Remove debugging line (hipchat notification)

pull/4420/head
Mahemoff 2014-03-19 18:15:20 +00:00
parent 989913bc21
commit 1640788f30
1 changed files with 0 additions and 1 deletions

View File

@ -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