From: John Spray Date: Thu, 18 Jan 2018 13:25:40 +0000 (+0000) Subject: mgr: remove a few junk lines X-Git-Tag: v13.0.2~457^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F20005%2Fhead;p=ceph.git mgr: remove a few junk lines Signed-off-by: John Spray --- diff --git a/src/mgr/DaemonServer.cc b/src/mgr/DaemonServer.cc index 2c106a357373..409aa18bee15 100644 --- a/src/mgr/DaemonServer.cc +++ b/src/mgr/DaemonServer.cc @@ -1539,7 +1539,6 @@ const char** DaemonServer::get_tracked_conf_keys() const void DaemonServer::handle_conf_change(const struct md_config_t *conf, const std::set &changed) { - dout(4) << "ohai" << dendl; // We may be called within lock (via MCommand `config set`) or outwith the // lock (via admin socket `config set`), so handle either case. const bool initially_locked = lock.is_locked_by_me(); diff --git a/src/pybind/mgr/mgr_module.py b/src/pybind/mgr/mgr_module.py index bb9a4c2b8e59..adb59a0cff07 100644 --- a/src/pybind/mgr/mgr_module.py +++ b/src/pybind/mgr/mgr_module.py @@ -1,8 +1,5 @@ import ceph_module # noqa -#import ceph_osdmap #noqa -#import ceph_osdmap_incremental #noqa -#import ceph_crushmap #noqa import json import logging