diff options
Diffstat (limited to 'steuermann/run.py')
-rw-r--r-- | steuermann/run.py | 3 |
1 files changed, 2 insertions, 1 deletions
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) |