summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-02-15 23:55:49 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-16 00:15:25 +0100
commite4c0eae7e2e5eeb1d342c1b8249213dbd5470a07 (patch)
treeb7a066144a34c7002139c6ab845dce0d024df45c /bin/reproducible_common.py
parent1ea933497a914eb9f8081d3c80b7ef9922b01a9a (diff)
downloadjenkins.debian.net-e4c0eae7e2e5eeb1d342c1b8249213dbd5470a07.tar.xz
reproducible: remove superflous debug print()s
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 3f1ff8bc..09612580 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -411,8 +411,6 @@ def get_trailing_icon(package, bugs):
html += 'bug-patch" title="#' + str(bug) + ', with patch">+</span>'
else:
html += '" title="#' + str(bug) + '">+</span>'
- if html:
- print(html)
return html