##// END OF EJS Templates
logging: remove bad logging on slack/hipchat.
marcink -
r936:5e47f887 default
parent child Browse files
Show More
@@ -220,7 +220,6 b' class HipchatIntegrationType(Integration'
220 220
221 221 branches_commits = {}
222 222 for commit in data['push']['commits']:
223 log.critical(commit)
224 223 if commit['branch'] not in branches_commits:
225 224 branch_commits = {'branch': branch_data[commit['branch']],
226 225 'commits': []}
@@ -222,7 +222,6 b' class SlackIntegrationType(IntegrationTy'
222 222
223 223 branches_commits = {}
224 224 for commit in data['push']['commits']:
225 log.critical(commit)
226 225 if commit['branch'] not in branches_commits:
227 226 branch_commits = {'branch': branch_data[commit['branch']],
228 227 'commits': []}
General Comments 0
You need to be logged in to leave comments. Login now