diff options
Diffstat (limited to 'lib/python/Components')
| -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 |
