removed debug printing
This commit is contained in:
parent
59e8cd1d7e
commit
32b315487c
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue