summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_indexes.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_html_indexes.py
parent1ea933497a914eb9f8081d3c80b7ef9922b01a9a (diff)
downloadjenkins.debian.net-e4c0eae7e2e5eeb1d342c1b8249213dbd5470a07.tar.xz
reproducible: remove superflous debug print()s
Diffstat (limited to 'bin/reproducible_html_indexes.py')
-rwxr-xr-xbin/reproducible_html_indexes.py1
1 files changed, 0 insertions, 1 deletions
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)