]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
config: Remove debug output in conf_get
authorWido den Hollander <wido@widodh.nl>
Thu, 28 Apr 2011 13:03:08 +0000 (15:03 +0200)
committerSage Weil <sage.weil@dreamhost.com>
Thu, 28 Apr 2011 15:55:11 +0000 (08:55 -0700)
Signed-off-by: Wido den Hollander <wido@widodh.nl>
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/common/config.cc

index f8cc5667975c88884bb195a6ccb159844e99543f..1244072e660d92f5e569a5946dc15c6322977799 100644 (file)
@@ -628,7 +628,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()))