diff options
Diffstat (limited to 'src/rgw/rgw_main.cc')
-rw-r--r-- | src/rgw/rgw_main.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rgw/rgw_main.cc b/src/rgw/rgw_main.cc index 514e9e47171..07bf07366d5 100644 --- a/src/rgw/rgw_main.cc +++ b/src/rgw/rgw_main.cc @@ -341,9 +341,6 @@ void RGWProcess::handle_request(RGWRequest *req) goto done; } - req->log(s, "reading the cors attr"); - handler->read_cors_config(); - req->log(s, "verifying op mask"); ret = op->verify_op_mask(); if (ret < 0) { |