]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
librgw: remove junk prints
authorMatt Benjamin <mbenjamin@redhat.com>
Thu, 29 Oct 2015 16:42:31 +0000 (12:42 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 12 Feb 2016 17:05:25 +0000 (12:05 -0500)
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/librgw.cc

index 2d5e6e0e8fa48f459c9fa5add5706d5705835b6f..8c9cdd7b7946cdbaa9c00a0752e2324b6ec4af8e 100644 (file)
@@ -140,15 +140,6 @@ int RGWLibProcess::process_request(RGWLibRequest* req, RGWLibIO* io)
          << " starting new request req=" << hex << req << dec
          << " ======" << dendl;
 
-  dout(15) << "foobar1 dout dout_subsys=" << dout_subsys
-          << dendl;
-  if (g_ceph_context->_conf->subsys.should_gather(ceph_subsys_rgw, 15)) {
-    dout(15) << "foobar2 in should-gather(ceph_subsys_rgw, 15)"
-            << dendl;
-  }
-  dout(15) << "foobar3 dout dout_subsys=" << dout_subsys
-          << dendl;
-
   /*
    * invariant: valid requests are derived from RGWOp--well-formed
    * requests should have assigned RGWRequest::op in their descendant