]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
librgw: remote redundnat prints in RGWReaddirRequest
authorMatt Benjamin <mbenjamin@redhat.com>
Tue, 22 Dec 2015 06:29:13 +0000 (01:29 -0500)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 12 Feb 2016 17:07:14 +0000 (12:07 -0500)
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/rgw_file.h

index 2c050331075cab549e01a5d3447aa1ef86b77913..aaafd384c91ed5276d4b48a5a3cdc5505ea782c2 100644 (file)
@@ -910,9 +910,6 @@ public:
 
       boost::string_ref sref {iter.key.name};
 
-      std::cout << "readdir objects prefix: " << prefix
-               << " obj: " << sref << std::endl;
-
       size_t last_del = sref.find_last_of('/');
       if (last_del != string::npos)
        sref.remove_prefix(last_del+1);
@@ -937,11 +934,6 @@ public:
     }
     for (auto& iter : common_prefixes) {
 
-      std::cout << "readdir common prefixes prefix: " << prefix
-               << " iter first: " << iter.first
-               << " iter second: " << iter.second
-               << std::endl;
-
       /* it's safest to modify the element in place--a suffix-modifying
        * string_ref operation is problematic since ULP rgw_file callers
        * will ultimately need a c-string */