summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-08-09 07:59:25 +0000
committerHolger Levsen <holger@layer-acht.org>2015-08-09 10:06:59 +0200
commit4abff66e5fec1b7a8b765a52fa6cc130b110b4fa (patch)
treed53b371e3d7f04debe0746207f0be77f4ba67dc6 /bin/reproducible_common.py
parent08b8e9003aa17e3dc89faf09ef8eb98d4abf6175 (diff)
downloadjenkins.debian.net-4abff66e5fec1b7a8b765a52fa6cc130b110b4fa.tar.xz
reproducible: common: not so much debug output in get_bugs()
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 0ed8011c..da777b68 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -521,7 +521,6 @@ def get_bugs():
packages[bug[1]][bug[0]]['patch'] = True
if 'pending' in bug[3]: # the bug is pending
packages[bug[1]][bug[0]]['pending'] = True
- log.debug(packages)
return packages