summaryrefslogtreecommitdiffstats
path: root/comps.py
diff options
context:
space:
mode:
Diffstat (limited to 'comps.py')
-rw-r--r--comps.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/comps.py b/comps.py
index cf419897b..20775e13f 100644
--- a/comps.py
+++ b/comps.py
@@ -394,7 +394,6 @@ class Component:
self.updateDependencyCountForAddition(p)
elif isinstance(p, Component):
- print "selecting component"
p.select(forInclude = 1, toplevel = 0)
self.metapkgs[p] = (PKGTYPE_OPTIONAL, 1)
else: