From: Stefan Pluecken Date: Sun, 22 Jan 2006 20:17:28 +0000 (+0000) Subject: remove debug X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=ec39223e94886325bb5bc385faf4a7236a6ab3e2 remove debug --- diff --git a/lib/python/Screens/Wizard.py b/lib/python/Screens/Wizard.py index 788f29d..b0b2502 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