From ef355f1c3ca11e28d73984f54b849c42ceaeb14e Mon Sep 17 00:00:00 2001 From: sienkiew Date: Tue, 12 Jun 2012 14:25:25 +0000 Subject: remove debugging git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@716 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/run_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steuermann/run_all.py b/steuermann/run_all.py index a097a1b..6b5338d 100644 --- a/steuermann/run_all.py +++ b/steuermann/run_all.py @@ -452,7 +452,7 @@ def run_step( runner, xnodes, run_name, db ) : else : try : tmp = runner.run(x, run_name, no_run=no_run, logfile_name = make_log_file_name(run_name, host, table, cmd) ) - print "STARTED",x_name + # print "STARTED",x_name except run.run_exception, e : now = str(datetime.datetime.now()) db.execute("UPDATE sm_status SET start_time=?, end_time=?, status='E', notes=? WHERE ( run=? AND host=? AND tablename=? AND cmd=? )", -- cgit