Commit 1640788f by Mahemoff

Remove debugging line (hipchat notification)

parent 989913bc
...@@ -54,7 +54,6 @@ class CallbackModule(object): ...@@ -54,7 +54,6 @@ class CallbackModule(object):
self.room = os.getenv('HIPCHAT_ROOM', 'ansible') self.room = os.getenv('HIPCHAT_ROOM', 'ansible')
self.from_name = os.getenv('HIPCHAT_FROM', 'ansible') self.from_name = os.getenv('HIPCHAT_FROM', 'ansible')
self.allow_notify = (os.getenv('HIPCHAT_NOTIFY') != 'false') self.allow_notify = (os.getenv('HIPCHAT_NOTIFY') != 'false')
print(self.allow_notify)
if self.token is None: if self.token is None:
self.disabled = True self.disabled = True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment