aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-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: