diff options
-rwxr-xr-x | bin/reproducible_common.py | 2 | ||||
-rwxr-xr-x | bin/reproducible_html_indexes.py | 1 |
2 files changed, 0 insertions, 3 deletions
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">+</span>' else: html += '" title="#' + str(bug) + '">+</span>' - 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) |