Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-15 10:51:35 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-15 10:51:35 (GMT)
commitc63bcc6830767635f92f3d6cc86f4717e0100f8e (patch)
tree8b5eb26a1a7c33af74a7eec2c0bcb52fb291a168 /devbot
parent11774e593875effb32c1db9d5fcc39b25a297d3f (diff)
Remove debug leftover
Diffstat (limited to 'devbot')
-rw-r--r--devbot/distro.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/devbot/distro.py b/devbot/distro.py
index ed2128f..65faee7 100644
--- a/devbot/distro.py
+++ b/devbot/distro.py
@@ -65,8 +65,6 @@ class FedoraPackageManager:
if not cap.startswith("rpmlib")]
if capabilities and filtered:
- print package, filtered
-
args = ["rpm", "-q",
"--queryformat=[%{NAME} ]",
"--whatprovides"]