disable debug info
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sat, 21 Jan 2006 17:21:20 +0000 (17:21 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sat, 21 Jan 2006 17:21:20 +0000 (17:21 +0000)
lib/python/Components/config.py

index 801491c..212c92e 100644 (file)
@@ -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