From 62c5d1f2142de1d0cb9db43ec398f35576f7098c Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Fri, 10 Feb 2017 14:32:01 -0700 Subject: [PATCH] nuke: Do not log the namespace object Signed-off-by: Zack Cerza --- teuthology/nuke/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/teuthology/nuke/__init__.py b/teuthology/nuke/__init__.py index 987765c44c..2e6ac85db2 100644 --- a/teuthology/nuke/__init__.py +++ b/teuthology/nuke/__init__.py @@ -297,7 +297,6 @@ def nuke_helper(ctx, should_unlock): if is_vm(shortname): return log.debug('shortname: %s' % shortname) - log.debug('{ctx}'.format(ctx=ctx)) if ctx.check_locks: # does not check to ensure if the node is 'up' # we want to be able to nuke a downed node -- 2.39.5