summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index f12416e73..eb2429dc4 100755
--- a/gui.py
+++ b/gui.py
@@ -89,7 +89,6 @@ class WaitWindow:
self.window.add (frame)
self.window.show_all ()
thread = currentThread ()
- print thread.getName ()
if thread.getName () == "gtk_main":
while events_pending ():
mainiteration (FALSE)