From c2d1495ffd59dc03a64e84cff66e7d7856dd6459 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 18 Jan 2015 10:36:12 +0100 Subject: reproducible: forgot to remove some debug print() --- bin/reproducible_html_packages.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/reproducible_html_packages.py') 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) + ' ' - print(package + html) return html -- cgit v1.2.3-54-g00ecf