From: Warren Usui Date: Mon, 4 Dec 2017 21:10:31 +0000 (+0000) Subject: remove pdb X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Fwip-wusui;p=teuthology.git remove pdb --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index b4fee884fb..af7a1cb8b9 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -412,7 +412,7 @@ class CephAnsible(Task): check_status=False ) log.info("Clone command (aardvark):") - import pdb; pdb.set_trace() + # import pdb; pdb.set_trace() ceph_installer.run(args=[ 'mkdir', run.Raw('~/ceph-ansible'),