aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-07-12 11:23:10 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-07-12 11:23:10 +0000
commit796d0c793ccbe5ecd6981d73b644f6aa4063b263 (patch)
tree3391043bcf0343b9fa0660a5a23cf8918757f15f /lib/python
parent9e0783f71e37ee01c3e4861392234221cec323ce (diff)
downloadenigma2-796d0c793ccbe5ecd6981d73b644f6aa4063b263.tar.gz
enigma2-796d0c793ccbe5ecd6981d73b644f6aa4063b263.zip
remove DEBUG
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index 7f9cafee..4f0e76b1 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -829,7 +829,6 @@ class InfoBarTimeshiftState(InfoBarPVRState):
def __init__(self):
InfoBarPVRState.__init__(self, screen=TimeshiftState)
-
class InfoBarShowMovies:
# i don't really like this class.
@@ -1030,7 +1029,7 @@ class InfoBarExtensions:
l = s and s.getSubtitleList() or [ ]
for x in l:
- list.append(("DEBUG: Enable Subtitles: " + x[0], self.ENABLE_SUBTITLE, x[1]))
+ list.append(("Enable Subtitles: " + x[0], self.ENABLE_SUBTITLE, x[1]))
self.session.openWithCallback(self.extensionCallback, ChoiceBox, title=_("Please choose an extension..."), list = list)