summary refs log tree commit diff
path: root/GtkUI.py
diff options
context:
space:
mode:
Diffstat (limited to 'GtkUI.py')
-rw-r--r--GtkUI.py1
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()