From 2073b53dc78978a8d31e70f80895f1597a691023 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 19 Jul 2012 10:01:34 -0400 Subject: [PATCH] remove debugging output --- sfa/util/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sfa/util/config.py b/sfa/util/config.py index 9caa7676..6fdb48d2 100644 --- a/sfa/util/config.py +++ b/sfa/util/config.py @@ -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() -- 2.43.0