X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/7fb6346d5db27b8bb0671d18af2c69355dacfce0..b4a8712280e79e52de422a48f247202a934ac576:/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py diff --git a/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py b/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py index 45a5e218..e1481276 100644 --- a/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py +++ b/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py @@ -62,8 +62,6 @@ class EPGList(HTMLComponent, GUIComponent): else: self.backColorSelected = col.argb() - print "foreColor", self.foreColor, "borderColor", self.borderColor, "backColor", self.backColor, "backColorSel", self.backColorSelected - def isSelectable(self, service, sname, event_list): return (event_list and len(event_list) and True) or False