From a0339432be0b5ef01abfae36575b42640c737d90 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 9 Oct 2015 14:14:40 +0000 Subject: reproducible: html_packages: no need to warn two times (at different log levels) about the same thing... --- bin/reproducible_html_packages.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 6e6a3f85..39c2460d 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -115,7 +115,6 @@ def link_diffs(package, eversion, suite, arch, status): html += '(txt)\n' html += '\n' else: - log.debug('debbindiff not detetected at ' + dbd) if status == 'unreproducible' and not args.ignore_missing_files: log.critical(REPRODUCIBLE_URL + '/' + suite + '/' + arch + '/' + package + ' is unreproducible, but without diffoscope output.') -- cgit v1.2.3-54-g00ecf