X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/deaf3139671ce0aa53a741b2fece9fbe3fd98c4e..b022af8280c8f3b0a2ac8b71391bf961d11e0856:/lib/python/Plugins/Extensions/DVDBurn/DVDProject.py 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: