From: Andreas Monzner Date: Mon, 24 Sep 2007 11:34:37 +0000 (+0000) Subject: remove debug output X-Git-Tag: 2.6.0~1865 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/b4a8712280e79e52de422a48f247202a934ac576?hp=7fb6346d5db27b8bb0671d18af2c69355dacfce0 remove debug output --- 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