aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/config.py2
1 files changed, 0 insertions, 2 deletions
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: