Skip to content

Commit

Permalink
took out debugging print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyuw123 committed Jul 14, 2015
1 parent 33b436f commit 3c235c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions csv_to_ascii.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,4 @@ def ascii_output(csv_results="", ascii_results=""):
fstring = '{:' + str(col_size) + '}'
out = out.applymap(fstring.format)

print(out)

out.to_csv(ascii_results, header=False, index=False, delim_whitespace=True, sep='\t')

0 comments on commit 3c235c7

Please sign in to comment.