aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-10-15 01:10:04 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-10-15 01:10:04 +0000
commita82613f85c96ca5c5bc0181ac3c073a927fbfd28 (patch)
tree43e1d8457c4e99fd08fd17de9db6a1920b5b799d /lib
parent8afb642da9d21c2d3979ca4aada92bd05657a0b8 (diff)
downloadenigma2-a82613f85c96ca5c5bc0181ac3c073a927fbfd28.tar.gz
enigma2-a82613f85c96ca5c5bc0181ac3c073a927fbfd28.zip
remove annoying debug message
Diffstat (limited to 'lib')
-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)