remove debug code
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sun, 18 Dec 2005 23:22:10 +0000 (23:22 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sun, 18 Dec 2005 23:22:10 +0000 (23:22 +0000)
lib/python/Components/config.py

index 9400565..3bbdde1 100644 (file)
@@ -78,8 +78,6 @@ class configSelection:
 
        def __call__(self, selected):                   #needed by configlist
                self.checkValues()
-               print "[config.py] orgstring: ", self.parent.vals[self.parent.value]
-               print "[config.py] translation: ", _(self.parent.vals[self.parent.value])
                return ("text", _(self.parent.vals[self.parent.value]))
 
 class configDateTime: