diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-02-15 03:04:24 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-15 17:37:46 +0100 |
commit | 62bc3718369e2f5cc9e53f6c5b80db2945690c27 (patch) | |
tree | 49dad012c075be2d123ce32d2bb7f2b2b1d01c22 /bin | |
parent | 05057063af448be7beca6fa65fbeea573d5915a2 (diff) | |
download | jenkins.debian.net-62bc3718369e2f5cc9e53f6c5b80db2945690c27.tar.xz |
reproducible: remove superflous debug print()
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_indexes.py | 1 |
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) |