summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_notes.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-01-18 10:36:12 +0100
committerMattia Rizzolo <mattia@mapreri.org>2015-01-19 18:07:31 +0100
commitc2d1495ffd59dc03a64e84cff66e7d7856dd6459 (patch)
treedd560f6dbf05eebae9b4aaefb7b34a8439302b9f /bin/reproducible_html_notes.py
parent7431f6df25f64c83d97607edc9b6872b3a6ff4de (diff)
downloadjenkins.debian.net-c2d1495ffd59dc03a64e84cff66e7d7856dd6459.tar.xz
reproducible: forgot to remove some debug print()
Diffstat (limited to 'bin/reproducible_html_notes.py')
-rwxr-xr-xbin/reproducible_html_notes.py1
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):