diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-08-09 07:59:25 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-09 10:06:59 +0200 |
commit | 4abff66e5fec1b7a8b765a52fa6cc130b110b4fa (patch) | |
tree | d53b371e3d7f04debe0746207f0be77f4ba67dc6 | |
parent | 08b8e9003aa17e3dc89faf09ef8eb98d4abf6175 (diff) | |
download | jenkins.debian.net-4abff66e5fec1b7a8b765a52fa6cc130b110b4fa.tar.xz |
reproducible: common: not so much debug output in get_bugs()
-rwxr-xr-x | bin/reproducible_common.py | 1 |
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 |