remove debugging output
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 19 Jul 2012 14:01:34 +0000 (10:01 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 19 Jul 2012 14:01:34 +0000 (10:01 -0400)
sfa/util/config.py

index 9caa767..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()