diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-21 17:21:20 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-21 17:21:20 +0000 |
| commit | 324b8434d9652a89596079c50f42fce33685ab65 (patch) | |
| tree | a1a36df1c616975d26e6b3ee90919fef75d05a23 /lib/python | |
| parent | a2c42fee34123728b6baa272a933dc3e2e65b2b3 (diff) | |
| download | enigma2-324b8434d9652a89596079c50f42fce33685ab65.tar.gz enigma2-324b8434d9652a89596079c50f42fce33685ab65.zip | |
disable debug info
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/config.py | 4 |
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 |
