diff options
Diffstat (limited to '')
-rw-r--r-- | portato/gui/gui_helper.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py index 1f368de..40f3cee 100644 --- a/portato/gui/gui_helper.py +++ b/portato/gui/gui_helper.py @@ -633,10 +633,8 @@ class EmergeQueue: try: idx = cmd.index("&&") except ValueError: # no && in there -> normal behavior - debug("w/o &&", cmd) self._emerge([],[],[], command = cmd) else: - debug("with &&", cmd[:idx]) self._emerge([],[],[], command = cmd[:idx]) if startThread: |