Tried to remove commit authors from the change log

This commit is contained in:
Adubbz 2013-09-24 10:24:33 +10:00
parent afacb43d3f
commit 5870dfb6b9
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ def make_changelog(job_path, target_build, change_file, current_version=None):
for change in build['items']:
comments = filter(lambda cmt: len(cmt) > 0, change['comment'].split('\n'))
if len(comments) > 1:
log.append('\t' + change['author'])
for comment in comments:
log.append('\t\t' + comment)
elif len(comments) == 1: