From 2856e06c0fc9d88cafba8367d5903d1157cc87e9 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 8 May 2014 21:24:47 +0000 Subject: This might just be fixed. --- callback_plugins/fedmsg_callback.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'callback_plugins/fedmsg_callback.py') 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( -- cgit