diff options
author | necoro <> | 2007-04-18 18:08:47 +0000 |
---|---|---|
committer | necoro <> | 2007-04-18 18:08:47 +0000 |
commit | 524f67fb5a96f0f50b595023f46895e741654b59 (patch) | |
tree | c5a28b79cfa31350d5884e20f74db0246cea18b4 | |
parent | 188343e825e9c5bfbc08e4132845371b787fb81e (diff) | |
download | portato-524f67fb5a96f0f50b595023f46895e741654b59.tar.gz portato-524f67fb5a96f0f50b595023f46895e741654b59.tar.bz2 portato-524f67fb5a96f0f50b595023f46895e741654b59.zip |
nomsg
Diffstat (limited to '')
-rw-r--r-- | portato/gui/gui_helper.py | 1 |
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 |