diff options
Diffstat (limited to 'callback_plugins/fedmsg_callback.py')
-rw-r--r-- | callback_plugins/fedmsg_callback.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/callback_plugins/fedmsg_callback.py b/callback_plugins/fedmsg_callback.py index 628542a92..4345064b0 100644 --- a/callback_plugins/fedmsg_callback.py +++ b/callback_plugins/fedmsg_callback.py @@ -76,8 +76,6 @@ class CallbackModule(object): return results = dict([(h, stats.summarize(h)) for h in stats.processed]) - import pprint - pprint.pprint(results) fedmsg.publish( modname="ansible", topic="playbook.complete", msg=dict( |