summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_indexes.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-02-15 03:04:24 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-15 17:37:46 +0100
commit62bc3718369e2f5cc9e53f6c5b80db2945690c27 (patch)
tree49dad012c075be2d123ce32d2bb7f2b2b1d01c22 /bin/reproducible_html_indexes.py
parent05057063af448be7beca6fa65fbeea573d5915a2 (diff)
downloadjenkins.debian.net-62bc3718369e2f5cc9e53f6c5b80db2945690c27.tar.xz
reproducible: remove superflous debug print()
Diffstat (limited to 'bin/reproducible_html_indexes.py')
-rwxr-xr-xbin/reproducible_html_indexes.py1
1 files changed, 1 insertions, 0 deletions
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)