X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/04a6ffad0d1bd64cda7270ba0fcad74c33a20a51..b2f097f145a0116cc4c9f58f6bcc2006d6dca14c:/lib/python/Components/config.py diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 9400565d..3bbdde10 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -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: