commit: 14ceac371d42d7105d47906925ad3b66c3764b5d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 26 16:34:54 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 26 16:34:54 2025 +0000
URL: https://gitweb.gentoo.org/proj/gpyutils.git/commit/?id=14ceac37
list_pkg_impls: Remove leftover debug
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
gpyutils/scripts/list_pkg_impls.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/gpyutils/scripts/list_pkg_impls.py
b/gpyutils/scripts/list_pkg_impls.py
index a5bb222..a97f9e5 100755
--- a/gpyutils/scripts/list_pkg_impls.py
+++ b/gpyutils/scripts/list_pkg_impls.py
@@ -90,7 +90,6 @@ def process(pkgs,
# we do not need to scan for anything else
break
- print(p.properties)
if "test_network" in p.properties:
test = "N"
elif "test_privileged" in p.properties: