diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-09-24 11:34:37 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-09-24 11:34:37 +0000 |
| commit | b4a8712280e79e52de422a48f247202a934ac576 (patch) | |
| tree | 9939a8a9bc24134d78021c9e2c0bc309a716176b /lib/python/Plugins/Extensions/GraphMultiEPG | |
| parent | 7fb6346d5db27b8bb0671d18af2c69355dacfce0 (diff) | |
| download | enigma2-b4a8712280e79e52de422a48f247202a934ac576.tar.gz enigma2-b4a8712280e79e52de422a48f247202a934ac576.zip | |
remove debug output
Diffstat (limited to 'lib/python/Plugins/Extensions/GraphMultiEPG')
| -rw-r--r-- | lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
