summary refs log tree commit diff
path: root/GtkTrayUI.py
diff options
context:
space:
mode:
authorJezra <jezra@jezra.net>2014-09-12 09:24:14 -0700
committerJezra <jezra@jezra.net>2014-09-12 09:24:14 -0700
commit87585c7b20ace497d2497ee916f84d7e8e5e9a8d (patch)
treec3b05245cef52d81bed20d1a9f5075b82ed7c2b6 /GtkTrayUI.py
parent7f6b9270e56433072afaa1c56810847362920d8c (diff)
Added -p --pass-words flag that will pass the recognized words to the shell command
a few print commands were remove too.
Diffstat (limited to 'GtkTrayUI.py')
-rw-r--r--GtkTrayUI.py1
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")