changelog.py: Fix debugging leftover

refs #5600
This commit is contained in:
Michael Friedrich 2017-09-28 15:41:43 +02:00
parent d14952f323
commit 2717396bfd
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,6 @@ def format_title(title):
milestones = {}
issues = defaultdict(lambda: defaultdict(list))
project_name = "icinga2"
log(1, "Fetching data from GitHub API for project " + project_name)
@ -153,6 +152,7 @@ for issue in cached_issues: #fetch_github_resources("/issues", { "state": "all"
ms_tickets = issues[ms_title][issue_type(issue)]
ms_tickets.append(issue)
# TODO: Generic header based on project_name
write_changelog("# Icinga 2.x CHANGELOG")
write_changelog("")