From ec39223e94886325bb5bc385faf4a7236a6ab3e2 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sun, 22 Jan 2006 20:17:28 +0000 Subject: [PATCH 1/1] remove debug --- lib/python/Screens/Wizard.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/python/Screens/Wizard.py b/lib/python/Screens/Wizard.py index 788f29d9..b0b2502d 100644 --- a/lib/python/Screens/Wizard.py +++ b/lib/python/Screens/Wizard.py @@ -135,7 +135,6 @@ class Wizard(Screen, HelpableScreen): def getStepWithID(self, id): count = 0 - print self.wizard for x in self.wizard: if self.wizard[x]["id"] == id: return count -- 2.30.2