diff options
Diffstat (limited to 'GtkUI.py')
-rw-r--r-- | GtkUI.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/GtkUI.py b/GtkUI.py index 71255fc..17c7b50 100644 --- a/GtkUI.py +++ b/GtkUI.py @@ -90,7 +90,6 @@ class UI(gobject.GObject): self.emit("command", "quit") def finished(self, text): - print text #if the continuous isn't pressed if not self.ccheckbox.get_active(): self.lsbutton_stopped() |