From: Stefan Pluecken Date: Sat, 15 Oct 2005 01:10:04 +0000 (+0000) Subject: remove annoying debug message X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=a82613f85c96ca5c5bc0181ac3c073a927fbfd28 remove annoying debug message --- diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 4585620..ba540db 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)