summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_html_packages.py')
-rwxr-xr-xbin/reproducible_html_packages.py1
1 files changed, 0 insertions, 1 deletions
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