aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-09-24 11:34:37 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-09-24 11:34:37 +0000
commitb4a8712280e79e52de422a48f247202a934ac576 (patch)
tree9939a8a9bc24134d78021c9e2c0bc309a716176b /lib/python
parent7fb6346d5db27b8bb0671d18af2c69355dacfce0 (diff)
downloadenigma2-b4a8712280e79e52de422a48f247202a934ac576.tar.gz
enigma2-b4a8712280e79e52de422a48f247202a934ac576.zip
remove debug output
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py2
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