From 32b315487c7acad3abe8bfe88186eb68c10362e2 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Fri, 6 Jun 2014 14:46:41 +0000 Subject: [PATCH] removed debug printing --- processing/post/addMapped.py | 1 - 1 file changed, 1 deletion(-) diff --git a/processing/post/addMapped.py b/processing/post/addMapped.py index 41ef5bba9..ba5fc8d60 100755 --- a/processing/post/addMapped.py +++ b/processing/post/addMapped.py @@ -101,7 +101,6 @@ if options.asciitable != None and os.path.isfile(options.asciitable): mappedTable.input_close() # close mapped input ASCII table mappedTable.output_close() # close mapped output (same as input) ASCII table - sys.stderr.write('%s\n'%(mappedTable.data)) else: parser.error("Missing mapped ASCIItable")