From b500fe82bc35e05b134e907cd68bd9b676968a0f Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Fri, 27 Aug 1999 21:58:18 +0000 Subject: remove debuggin --- gui.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gui.py') 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] -- cgit