From a02b27872e4cca73981a21fba637af53a50adad5 Mon Sep 17 00:00:00 2001 From: sienkiew Date: Mon, 15 Jul 2013 20:40:51 +0000 Subject: turn off debugging git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1001 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/run.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'steuermann/run.py') diff --git a/steuermann/run.py b/steuermann/run.py index 5e2db0d..6992e40 100644 --- a/steuermann/run.py +++ b/steuermann/run.py @@ -324,7 +324,8 @@ class runner(object): def load_host_info( self, filename ) : if os.path.exists(filename): - print 'READING HOST INFO FROM %s' %filename + pass + # print 'READING HOST INFO FROM %s' %filename else: print 'ERROR - %s does not exist' %filename sys.exit(1) -- cgit