aboutsummaryrefslogtreecommitdiff
path: root/steuermann/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'steuermann/run.py')
-rw-r--r--steuermann/run.py1
1 files changed, 0 insertions, 1 deletions
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()