From 324b8434d9652a89596079c50f42fce33685ab65 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sat, 21 Jan 2006 17:21:20 +0000 Subject: [PATCH] disable debug info --- lib/python/Components/config.py | 4 ++-- 1 file 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 -- 2.30.2