aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-01 20:53:38 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-01 20:53:38 +0000
commitd3df119df8520deac7a05ce9e7be2e4a68a2127c (patch)
tree6b86f4f3f6e91edd5dfceb7273d4799836b1a0ef /lib/python/Components
parent150c14f36b9773f65070208986a607d3782f66b2 (diff)
downloadenigma2-d3df119df8520deac7a05ce9e7be2e4a68a2127c.tar.gz
enigma2-d3df119df8520deac7a05ce9e7be2e4a68a2127c.zip
remove debug print
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py
index 6897aa88..82a5d6d8 100644
--- a/lib/python/Components/config.py
+++ b/lib/python/Components/config.py
@@ -487,7 +487,6 @@ class configElement:
return str(data.strip())
elif control == configSequence:
- print data
try:
value = ((len(data) * ("%d" + self.vals[0]))[0:-1]) % tuple(data)
except: