From: Stefan Pluecken Date: Sun, 22 Jan 2006 20:17:28 +0000 (+0000) Subject: remove debug X-Git-Tag: 2.6.0~4314 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/ec39223e94886325bb5bc385faf4a7236a6ab3e2?hp=9265166c3f7a24bc6e9938b8d9a790d31dee5bb4 remove debug --- 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