show how much services are found after the scan
[enigma2.git] / lib / python / Components / config.py
index 9400565da0842b577e8266242a07b7cc79edeb88..3bbdde107af8f15d4ed8b19b5c6f91a1c266af3a 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: