From 0aaca981128307e7409344e25025bf8a4fbf0167 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 6 Jun 2017 16:04:18 -0400 Subject: [PATCH] rgw: remove debug log statements in RGWMetaSyncShardCR Signed-off-by: Casey Bodley --- src/rgw/rgw_sync.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rgw/rgw_sync.cc b/src/rgw/rgw_sync.cc index b931a094d5a1..86833b881229 100644 --- a/src/rgw/rgw_sync.cc +++ b/src/rgw/rgw_sync.cc @@ -1509,12 +1509,10 @@ public: collect_children(); } while ((int)entries.size() == max_entries && can_adjust_marker); -ldout(cct, 0) << __FILE__ << ":" << __LINE__ << ":" << *this << ": num_spawned()=" << num_spawned() << dendl; while (num_spawned() > 1) { yield wait_for_child(); collect_children(); } -ldout(cct, 0) << __FILE__ << ":" << __LINE__ << ":" << *this << ": num_spawned()=" << num_spawned() << dendl; if (!lost_lock) { /* update marker to reflect we're done with full sync */ -- 2.47.3