X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a2c42fee34123728b6baa272a933dc3e2e65b2b3..29dda647f09e42ac3a621bbb537558c2d1bbc7b4:/lib/python/Components/config.py 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