diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-02-15 23:55:49 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-16 00:15:25 +0100 |
commit | e4c0eae7e2e5eeb1d342c1b8249213dbd5470a07 (patch) | |
tree | b7a066144a34c7002139c6ab845dce0d024df45c | |
parent | 1ea933497a914eb9f8081d3c80b7ef9922b01a9a (diff) | |
download | jenkins.debian.net-e4c0eae7e2e5eeb1d342c1b8249213dbd5470a07.tar.xz |
reproducible: remove superflous debug print()s
-rwxr-xr-x | bin/reproducible_common.py | 2 | ||||
-rwxr-xr-x | bin/reproducible_html_indexes.py | 1 |
2 files changed, 0 insertions, 3 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 diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index e359c8cd..1a162648 100755 --- a/bin/reproducible_html_indexes.py +++ b/bin/reproducible_html_indexes.py @@ -313,6 +313,5 @@ def build_page(page): if __name__ == '__main__': bugs = get_bugs() - print(bugs) for page in pages.keys(): build_page(page) |