From e840db3c6ec507a72859965e85d1c08e0750f506 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sun, 18 Dec 2005 23:22:10 +0000 Subject: [PATCH] remove debug code --- lib/python/Components/config.py | 2 -- 1 file changed, 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: -- 2.30.2