From a82613f85c96ca5c5bc0181ac3c073a927fbfd28 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sat, 15 Oct 2005 01:10:04 +0000 Subject: [PATCH] remove annoying debug message --- lib/python/Components/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2