summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-25 17:12:56 +0000
committerMatt Wilson <msw@redhat.com>1999-09-25 17:12:56 +0000
commita68e1049a4ce4ff9cf2b2fb952125c7059d92361 (patch)
tree4499438d9fa8082538562d3c20414221f425c881 /gui.py
parent5ce1f347be7b3b286265c1c2a8ab6cb0abb07fda (diff)
downloadanaconda-a68e1049a4ce4ff9cf2b2fb952125c7059d92361.tar.gz
anaconda-a68e1049a4ce4ff9cf2b2fb952125c7059d92361.tar.xz
anaconda-a68e1049a4ce4ff9cf2b2fb952125c7059d92361.zip
gone is debugging
Diffstat (limited to 'gui.py')
-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)