From fe3f49250688cb6799b135f01a43fa1b1884cad3 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 4 May 2022 16:43:46 -0400 Subject: [PATCH] rgw: remove cerr << config_store from rgw_common.cc Signed-off-by: Casey Bodley --- src/rgw/rgw_common.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rgw/rgw_common.cc b/src/rgw/rgw_common.cc index db7337def015c..e71fa4a26a50f 100644 --- a/src/rgw/rgw_common.cc +++ b/src/rgw/rgw_common.cc @@ -3016,7 +3016,6 @@ rgw_global_init(const std::map *defaults, // Get the store backend const auto& config_store = g_conf().get_val("rgw_backend_store"); - cerr << "config_store: " << config_store << std::endl; if ((config_store == "dbstore") || (config_store == "motr")) { // These stores don't use the mon -- 2.39.5