remove debug
[vuplus_dvbapp] / lib / python / Screens / Wizard.py
index 788f29d..b0b2502 100644 (file)
@@ -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