Remove debugging line (hipchat notification)
This commit is contained in:
parent
989913bc21
commit
1640788f30
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue