From 73fb20a968ad737e8fcbad2a10429f7bec66af6e Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Tue, 20 Mar 2001 20:06:34 +0000 Subject: stupid msf let debugging statement into CVS --- gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.py b/gui.py index c6a6f98cc..b52e1c1e4 100755 --- a/gui.py +++ b/gui.py @@ -597,7 +597,7 @@ class InstallControlWindow: # entirely, we continue advancing in direction given if (self.stateTagByWindow.has_key(screen) and self.todo.instClass.skipStep(self.stateTagByWindow[screen])): - log("skipping step screen %s", screen) +# log("skipping step screen %s", screen) direction () return -- cgit