From e1af667314b9ba48631fcefc6678d86fdb4c0177 Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 18 Jan 2018 13:25:40 +0000 Subject: [PATCH] mgr: remove a few junk lines Signed-off-by: John Spray --- src/mgr/DaemonServer.cc | 1 - src/pybind/mgr/mgr_module.py | 3 --- 2 files changed, 4 deletions(-) diff --git a/src/mgr/DaemonServer.cc b/src/mgr/DaemonServer.cc index 2c106a35737..409aa18bee1 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 bb9a4c2b8e5..adb59a0cff0 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 -- 2.39.5