diff options
Diffstat (limited to 'QtUI.py')
-rw-r--r-- | QtUI.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/QtUI.py b/QtUI.py index 4b17d9f..728ff80 100644 --- a/QtUI.py +++ b/QtUI.py @@ -93,7 +93,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.isChecked(): self.lsbutton_stopped() |