diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_packages.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 39c2460d..c3094cf3 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -133,8 +133,6 @@ def gen_extra_links(package, version, suite, arch, status): url = NOTES_URI + '/' + package + '_note.html' links += '<li><a href="' + url + '" target="main">notes</a></li>\n' default_view = url - else: - log.debug('notes not detected at ' + notes) dbd = link_diffs(package, eversion, suite, arch, status) links += dbd[0] if dbd[0] else '' if dbd[0] and not default_view: |