From 1c34bc4c268775b1cc06b6c8b4f22c75fd4ee28a Mon Sep 17 00:00:00 2001 From: sienkiew Date: Mon, 10 Oct 2011 14:55:22 +0000 Subject: checkpoint git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@442 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/run.py | 1 - 1 file changed, 1 deletion(-) (limited to 'steuermann/run.py') diff --git a/steuermann/run.py b/steuermann/run.py index 63900dd..388b366 100644 --- a/steuermann/run.py +++ b/steuermann/run.py @@ -149,7 +149,6 @@ class runner(object): raise # open the log file, write initial notes - print "LOGFILE",logfile_name logfile=open(logfile_name,"w") logfile.write('%s %s\n'%(datetime.datetime.now(),run)) logfile.flush() -- cgit