##// 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 branches_commits = {}
221 branches_commits = {}
222 for commit in data['push']['commits']:
222 for commit in data['push']['commits']:
223 log.critical(commit)
224 if commit['branch'] not in branches_commits:
223 if commit['branch'] not in branches_commits:
225 branch_commits = {'branch': branch_data[commit['branch']],
224 branch_commits = {'branch': branch_data[commit['branch']],
226 'commits': []}
225 'commits': []}
@@ -222,7 +222,6 b' class SlackIntegrationType(IntegrationTy'
222
222
223 branches_commits = {}
223 branches_commits = {}
224 for commit in data['push']['commits']:
224 for commit in data['push']['commits']:
225 log.critical(commit)
226 if commit['branch'] not in branches_commits:
225 if commit['branch'] not in branches_commits:
227 branch_commits = {'branch': branch_data[commit['branch']],
226 branch_commits = {'branch': branch_data[commit['branch']],
228 'commits': []}
227 'commits': []}
General Comments 0
You need to be logged in to leave comments. Login now