diff options
Diffstat (limited to 'GtkTrayUI.py')
-rw-r--r-- | GtkTrayUI.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/GtkTrayUI.py b/GtkTrayUI.py index 24e2b57..f0d1c2e 100644 --- a/GtkTrayUI.py +++ b/GtkTrayUI.py @@ -80,7 +80,6 @@ class UI(gobject.GObject): self.emit("command", "quit") def finished(self, text): - print text if not self.menu_continuous.get_active(): self.menu_listen.set_label("Listen") self.statusicon.set_from_icon_name("blather_stopped") |