changing service in timer edit is now possible
[enigma2.git] / lib / python / Screens / InfoBarGenerics.py
index f63e9b15bec888b28a729287f6f2b6824a487b51..a9f7754bc06b901df488d835f993603984724a5d 100644 (file)
@@ -90,7 +90,6 @@ class InfoBarShowHide:
        STATE_SHOWN = 3
        
        def __init__(self):
        STATE_SHOWN = 3
        
        def __init__(self):
-               print "INFOBARSHOWHIDE init"
                self["ShowHideActions"] = ActionMap( ["InfobarShowHideActions"] ,
                        {
                                "toggleShow": self.toggleShow,
                self["ShowHideActions"] = ActionMap( ["InfobarShowHideActions"] ,
                        {
                                "toggleShow": self.toggleShow,