diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-01 20:53:38 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-01 20:53:38 +0000 |
| commit | d3df119df8520deac7a05ce9e7be2e4a68a2127c (patch) | |
| tree | 6b86f4f3f6e91edd5dfceb7273d4799836b1a0ef /lib/python | |
| parent | 150c14f36b9773f65070208986a607d3782f66b2 (diff) | |
| download | enigma2-d3df119df8520deac7a05ce9e7be2e4a68a2127c.tar.gz enigma2-d3df119df8520deac7a05ce9e7be2e4a68a2127c.zip | |
remove debug print
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/config.py | 1 |
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: |
