removed debug printing

This commit is contained in:
Philip Eisenlohr 2014-06-06 14:46:41 +00:00
parent 59e8cd1d7e
commit 32b315487c
1 changed files with 0 additions and 1 deletions

View File

@ -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")