From: Matt Benjamin Date: Tue, 22 Dec 2015 06:29:13 +0000 (-0500) Subject: librgw: remote redundnat prints in RGWReaddirRequest X-Git-Tag: v10.1.0~382^2~77 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e8fc2b757eb483d962a3a1f6ae2ea277879e0ecf;p=ceph.git librgw: remote redundnat prints in RGWReaddirRequest Signed-off-by: Matt Benjamin --- diff --git a/src/rgw/rgw_file.h b/src/rgw/rgw_file.h index 2c050331075c..aaafd384c91e 100644 --- a/src/rgw/rgw_file.h +++ b/src/rgw/rgw_file.h @@ -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 */