From e4c0eae7e2e5eeb1d342c1b8249213dbd5470a07 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 15 Feb 2015 23:55:49 +0100 Subject: reproducible: remove superflous debug print()s --- bin/reproducible_common.py | 2 -- bin/reproducible_html_indexes.py | 1 - 2 files changed, 3 deletions(-) (limited to 'bin') 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">+' else: html += '" title="#' + str(bug) + '">+' - 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) -- cgit v1.2.3-54-g00ecf