summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
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