From d1599889a9d75f7c5682a772ceb786e840cf319e Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 9 Oct 2015 14:16:32 +0000 Subject: reproducible: html_packages: don't bother me (at debug level) if you don't find a note file --- bin/reproducible_html_packages.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin') 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 += '
  • notes
  • \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: -- cgit v1.2.3-54-g00ecf