summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-27 21:58:18 +0000
committerMatt Wilson <msw@redhat.com>1999-08-27 21:58:18 +0000
commitb500fe82bc35e05b134e907cd68bd9b676968a0f (patch)
tree7338c4bbcea27c19e757f81f70c970bf35a7e095 /gui.py
parent18a7d681cc98f0ab8bd04972554cad0a51fb97b6 (diff)
downloadanaconda-b500fe82bc35e05b134e907cd68bd9b676968a0f.tar.gz
anaconda-b500fe82bc35e05b134e907cd68bd9b676968a0f.tar.xz
anaconda-b500fe82bc35e05b134e907cd68bd9b676968a0f.zip
remove debuggin
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/gui.py b/gui.py
index 1e7184388..4184dcdb7 100755
--- a/gui.py
+++ b/gui.py
@@ -1,5 +1,3 @@
-print "GUI mode init..."
-
import gettext
cat = gettext.Catalog ("anaconda", "/usr/share/locale")
@@ -106,8 +104,6 @@ class InstallInterface:
gtkThread = GtkMainThread ()
gtkThread.start ()
- print "GUI mode run"
-
commonSteps = [LanguageWindow, KeyboardWindow, MouseWindow,
WelcomeWindow, InstallPathWindow]