summaryrefslogtreecommitdiff
path: root/portato/gui
diff options
context:
space:
mode:
Diffstat (limited to 'portato/gui')
-rw-r--r--portato/gui/gui_helper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py
index d50eb72..e52b3f3 100644
--- a/portato/gui/gui_helper.py
+++ b/portato/gui/gui_helper.py
@@ -624,7 +624,6 @@ class EmergeQueue:
childIt = self.tree.first_child_iter(parentIt)
while childIt:
- debug("childIt", self.tree.get_value(childIt, 0))
if (self.tree.iter_has_children(childIt)): # recursive call
self.remove_children(childIt, removeNewFlags)
temp = childIt