remove annoying debug message
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sat, 15 Oct 2005 01:10:04 +0000 (01:10 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sat, 15 Oct 2005 01:10:04 +0000 (01:10 +0000)
lib/python/Components/config.py

index 4585620..ba540db 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)