X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/f43943087f01dca40b5bda702340bed885bcc891..2884810419e8c4d220c91a0bba1e40e67a2fe158:/lib/python/Screens/InfoBarGenerics.py?ds=inline diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index f63e9b15..a9f7754b 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -90,7 +90,6 @@ class InfoBarShowHide: STATE_SHOWN = 3 def __init__(self): - print "INFOBARSHOWHIDE init" self["ShowHideActions"] = ActionMap( ["InfobarShowHideActions"] , { "toggleShow": self.toggleShow,