From d023a4b56f1a2ad5b0410ff943f43644d18199c1 Mon Sep 17 00:00:00 2001 From: cslocum Date: Thu, 12 Jun 2014 15:07:17 +0000 Subject: add some more debugging git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1271 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/run_all.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'steuermann/run_all.py') diff --git a/steuermann/run_all.py b/steuermann/run_all.py index 041c569..50b415e 100644 --- a/steuermann/run_all.py +++ b/steuermann/run_all.py @@ -529,9 +529,6 @@ def run_step( runner, xnodes, run_name, db ) : # of predecessors, we can run this one if released == len(x.released) : host, table, cmd = nodes.crack_name(x_name) - print - print 'cmd = %s' %cmd - print # we are now ready to let it run. If it is marked skipped, just say it ran really fast. if x.skip : -- cgit