summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/rgw/rgw_common.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rgw/rgw_common.cc b/src/rgw/rgw_common.cc
index 98c6881e90e..0cbafaaed73 100644
--- a/src/rgw/rgw_common.cc
+++ b/src/rgw/rgw_common.cc
@@ -3016,7 +3016,6 @@ rgw_global_init(const std::map<std::string,std::string> *defaults,
// Get the store backend
const auto& config_store = g_conf().get_val<std::string>("rgw_backend_store");
- cerr << "config_store: " << config_store << std::endl;
if ((config_store == "dbstore") ||
(config_store == "motr")) {
// These stores don't use the mon