From e7ef42150f1da629e3bfab8ca0d4854be39643e9 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 4 Oct 2019 14:31:04 -0500 Subject: [PATCH] mgr/ssh: clean up debug cruft Signed-off-by: Sage Weil --- src/pybind/mgr/ssh/module.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pybind/mgr/ssh/module.py b/src/pybind/mgr/ssh/module.py index 5ec57dfd851..96334da55eb 100644 --- a/src/pybind/mgr/ssh/module.py +++ b/src/pybind/mgr/ssh/module.py @@ -458,7 +458,6 @@ class SSHOrchestrator(MgrModule, orchestrator.Orchestrator): 'config': config, 'keyring': keyring, }) - self.log.debug('j %s' % j) devices = drive_group.data_devices.paths for device in devices: @@ -485,7 +484,6 @@ class SSHOrchestrator(MgrModule, orchestrator.Orchestrator): ]) self.log.debug('code %s out %s' % (code, out)) j = json.loads('\n'.join(out)) - self.log.debug('j %s' % j) fsid = self._cluster_fsid for osd_id, osds in j.items(): for osd in osds: @@ -552,7 +550,6 @@ class SSHOrchestrator(MgrModule, orchestrator.Orchestrator): 'config': config, 'keyring': keyring, }) - self.log.debug('j %s' % j) out, code = self._run_ceph_daemon( host, name, 'deploy', -- 2.39.5