Remove debugging line (hipchat notification)
parent
989913bc21
commit
1640788f30
|
@ -54,7 +54,6 @@ class CallbackModule(object):
|
|||
self.room = os.getenv('HIPCHAT_ROOM', 'ansible')
|
||||
self.from_name = os.getenv('HIPCHAT_FROM', 'ansible')
|
||||
self.allow_notify = (os.getenv('HIPCHAT_NOTIFY') != 'false')
|
||||
print(self.allow_notify)
|
||||
|
||||
if self.token is None:
|
||||
self.disabled = True
|
||||
|
|
Loading…
Reference in New Issue