summaryrefslogtreecommitdiff
path: root/src/rgw/rgw_op.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_op.cc')
-rw-r--r--src/rgw/rgw_op.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/rgw/rgw_op.cc b/src/rgw/rgw_op.cc
index 5da22d2ad7f..1a0525a6309 100644
--- a/src/rgw/rgw_op.cc
+++ b/src/rgw/rgw_op.cc
@@ -2263,15 +2263,6 @@ int RGWHandler::init(RGWRados *_store, struct req_state *_s, RGWClientIO *cio)
{
store = _store;
s = _s;
-
- if (s->cct->_conf->subsys.should_gather(ceph_subsys_rgw, 20)) {
- const char *p;
- const char **envp = cio->envp();
- for (int i=0; (p = envp[i]); ++i) {
- ldout(s->cct, 20) << p << dendl;
- }
- }
-
return 0;
}