Signed-off-by: Wido den Hollander <[email protected]>
---
src/common/config.cc | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/common/config.cc b/src/common/config.cc
index 695e039..8b4ce85 100644
--- a/src/common/config.cc
+++ b/src/common/config.cc
@@ -734,7 +734,6 @@ get_val(const char *key, char **buf, int len) const
// In key names, leading and trailing whitespace are not significant.
string k(ConfFile::normalize_key_name(key));
- cout << "get_val(key='" << key << "'): k = '" << k << "'" << std::endl;
for (int i = 0; i < NUM_CONFIG_OPTIONS; ++i) {
const config_option *opt = &config_optionsp[i];
if (strcmp(opt->name, k.c_str()))
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html