From: Stefan Pluecken Date: Sat, 15 Oct 2005 01:10:04 +0000 (+0000) Subject: remove annoying debug message X-Git-Tag: 2.6.0~5471 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/a82613f85c96ca5c5bc0181ac3c073a927fbfd28 remove annoying debug message --- 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)