From 62bc3718369e2f5cc9e53f6c5b80db2945690c27 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 15 Feb 2015 03:04:24 +0100 Subject: reproducible: remove superflous debug print() --- bin/reproducible_html_indexes.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index 1a162648..e359c8cd 100755 --- a/bin/reproducible_html_indexes.py +++ b/bin/reproducible_html_indexes.py @@ -313,5 +313,6 @@ 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