aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-01-21 17:21:20 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-01-21 17:21:20 +0000
commit324b8434d9652a89596079c50f42fce33685ab65 (patch)
treea1a36df1c616975d26e6b3ee90919fef75d05a23 /lib/python/Components
parenta2c42fee34123728b6baa272a933dc3e2e65b2b3 (diff)
downloadenigma2-324b8434d9652a89596079c50f42fce33685ab65.tar.gz
enigma2-324b8434d9652a89596079c50f42fce33685ab65.zip
disable debug info
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py
index 801491cf..212c92ee 100644
--- a/lib/python/Components/config.py
+++ b/lib/python/Components/config.py
@@ -478,8 +478,8 @@ class configElement:
elif control == configText:
return str(data.strip())
elif control == configSequence:
- print self.vals
- print self.value
+# print self.vals
+# print self.value
try:
value = ""
count = 0