Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"]