remove debugging output
[sfa.git] / sfa / util / config.py
index 1ac9753..6fdb48d 100644 (file)
@@ -48,11 +48,9 @@ DO NOT EDIT. This file was automatically generated at
             try:
                 self.config.read(filename)
             except:
-                print "normal read failed" 
                 if filename.endswith('.xml'):
                     self.load_xml(filename)
                 else:
-                    print "loading shell"
                     self.load_shell(filename)
             self._files.append(filename)
             self.set_attributes()
@@ -194,7 +192,7 @@ DO NOT EDIT. This file was automatically generated at
     def output_xml(self, encoding = "utf-8"):
         pass
 
-    def output_variables(self):
+    def output_variables(self, encoding="utf-8"):
         """
         Return list of all variable names.
         """