aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/DVDBurn/DVDProject.py
diff options
context:
space:
mode:
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-09-12 12:46:47 +0000
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-09-12 12:46:47 +0000
commita4cd8d8b1f334557458b62a743d7a1fdab151a45 (patch)
treedeb82b4959a74ec08080797c26295aa8b09d24c1 /lib/python/Plugins/Extensions/DVDBurn/DVDProject.py
parentf0f15413d9ccea0bf3a214814178de74dff8e392 (diff)
downloadenigma2-a4cd8d8b1f334557458b62a743d7a1fdab151a45.tar.gz
enigma2-a4cd8d8b1f334557458b62a743d7a1fdab151a45.zip
update string in locale and remove a debug
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDBurn/DVDProject.py')
-rw-r--r--lib/python/Plugins/Extensions/DVDBurn/DVDProject.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/DVDProject.py b/lib/python/Plugins/Extensions/DVDBurn/DVDProject.py
index 962b34cb..6aae5ba4 100644
--- a/lib/python/Plugins/Extensions/DVDBurn/DVDProject.py
+++ b/lib/python/Plugins/Extensions/DVDBurn/DVDProject.py
@@ -20,7 +20,6 @@ class ConfigFilename(ConfigText):
def getMulti(self, selected):
filename = (self.text.rstrip("/").rsplit("/",1))[1].encode("utf-8")[:40] + " "
- print "ConfigFilename =", filename
if self.allmarked:
mark = range(0, len(filename))
else: