diff options
-rwxr-xr-x | bin/reproducible_html_packages.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index fbce582d..bea3bc78 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -315,7 +315,6 @@ def gen_history_page(package, arch=None): else: destfile = os.path.join(HISTORY_PATH, package.name+'.html') title = 'build history of {}'.format(package.name) - print(arch) if arch: title += ' on {}'.format(arch) write_html_page(title=title, body=html, destfile=destfile, |