diff options
Diffstat (limited to 'bin/reproducible_html_notes.py')
-rwxr-xr-x | bin/reproducible_html_notes.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index c5e8799f..3c5f1356 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -325,7 +325,6 @@ def get_trailing_icon(package, bugs): html += 'bug-patch" title="#' + str(bug) + ', with patch">+</span>' else: html += '" title="#' + str(bug) + '">+</span>' - print(package + ' ' + html) return html def index_notes(notes): |