Skip to content

Commit

Permalink
remove debugging stmnt from las2excel (closes #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinverarity1 committed Feb 16, 2014
1 parent b962dbf commit ba742e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion las_reader/las2excel.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
def main():
if argparse:
args = get_parser().parse_args(sys.argv[1:])
print args.__dict__.keys()
lasfn = args.las_filename
xlsfn = args.xls_filename
else:
Expand Down

0 comments on commit ba742e7

Please sign in to comment.