diff options
author | Ralph Bean <rbean@redhat.com> | 2014-05-08 21:24:47 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2014-05-08 21:24:47 +0000 |
commit | 2856e06c0fc9d88cafba8367d5903d1157cc87e9 (patch) | |
tree | 9dcf6109faf3f2da6fff9565707baca0c8c8e9e9 /callback_plugins/fedmsg_callback.py | |
parent | 09b268e69cc352724967b13de856a54ac52bcfe6 (diff) | |
download | ansible-2856e06c0fc9d88cafba8367d5903d1157cc87e9.tar.gz ansible-2856e06c0fc9d88cafba8367d5903d1157cc87e9.tar.xz ansible-2856e06c0fc9d88cafba8367d5903d1157cc87e9.zip |
This might just be fixed.
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( |