From: Tony Mack Date: Thu, 19 Jul 2012 14:01:34 +0000 (-0400) Subject: remove debugging output X-Git-Tag: sfa-2.1-14~95 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2073b53dc78978a8d31e70f80895f1597a691023;p=sfa.git remove debugging output --- 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()