]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: remove clutter
authorYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 10 Jun 2011 05:15:01 +0000 (22:15 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 10 Jun 2011 05:15:01 +0000 (22:15 -0700)
src/rgw/rgw_main.cc

index 2389c7406d6e0212839608742e4f6d649f2ea248..559016b7eb13d47d77b3edbf8c232a9246565ea9 100644 (file)
@@ -102,7 +102,6 @@ int main(int argc, const char **argv)
       abort_early(&s, -EPERM);
       goto done;
     }
-RGW_LOG(0) << __FILE__ << ":" << __LINE__ << dendl;
     ret = handler->read_permissions();
     if (ret < 0) {
       abort_early(&s, ret);
@@ -110,15 +109,11 @@ RGW_LOG(0) << __FILE__ << ":" << __LINE__ << dendl;
     }
     if (s.expect_cont)
       dump_continue(&s);
-RGW_LOG(0) << __FILE__ << ":" << __LINE__ << dendl;
 
     op = handler->get_op();
-RGW_LOG(0) << __FILE__ << ":" << __LINE__ << dendl;
     if (op) {
-RGW_LOG(0) << __FILE__ << ":" << __LINE__ << dendl;
       op->execute();
     } else {
-RGW_LOG(0) << __FILE__ << ":" << __LINE__ << dendl;
       abort_early(&s, -ERR_METHOD_NOT_ALLOWED);
     }
 done: