diff options
| author | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-09-12 12:46:47 +0000 |
|---|---|---|
| committer | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-09-12 12:46:47 +0000 |
| commit | a4cd8d8b1f334557458b62a743d7a1fdab151a45 (patch) | |
| tree | deb82b4959a74ec08080797c26295aa8b09d24c1 /lib/python | |
| parent | f0f15413d9ccea0bf3a214814178de74dff8e392 (diff) | |
| download | enigma2-a4cd8d8b1f334557458b62a743d7a1fdab151a45.tar.gz enigma2-a4cd8d8b1f334557458b62a743d7a1fdab151a45.zip | |
update string in locale and remove a debug
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDBurn/DVDProject.py | 1 |
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: |
