remove annoying debug message
[enigma2.git] / lib / python / Components / config.py
index 4585620b5aa9b7c7cce34d3736ee99109bbb5c41..ba540db2123d5b6923ef4257d0739f280684eda1 100644 (file)
@@ -337,7 +337,7 @@ class configElement:
                        value = ""
 
                if value == "":
-                       print "value not found - using default"
+                       #print "value not found - using default"
 
                        if self.controlType == configSatlist:
                                self.value = self.getIndexbyEntry(self.defaultValue)