diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_notes.py | 1 | ||||
-rwxr-xr-x | bin/reproducible_html_packages.py | 1 |
2 files changed, 0 insertions, 2 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): diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 0d76a5fb..2cb4b0c7 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -123,7 +123,6 @@ def gen_bugs_links(package, bugs): if bugs[package][bug]['patch']: html += ' bug-patch' html += '">#' + str(bug) + '</a> ' - print(package + html) return html |