From: Stefan Pluecken Date: Sun, 1 Jan 2006 20:53:38 +0000 (+0000) Subject: remove debug print X-Git-Tag: 2.6.0~4556 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/d3df119df8520deac7a05ce9e7be2e4a68a2127c?hp=150c14f36b9773f65070208986a607d3782f66b2 remove debug print --- 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: