aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/config.py2
1 files changed, 1 insertions, 1 deletions
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)