X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/84f04f5d7473fa875372c53af82b11791da572dc..d04d03175ca6e6df022b09b0b8e068355626b5dd:/lib/python/Components/config.py diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 4585620b..ba540db2 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -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)