Skip to content

Commit

Permalink
Remove stray print
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed May 10, 2018
1 parent ef333ed commit 4dc8bd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion planetutils/osm_planet_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def main():
else:
parser.error('must specify --csv, --geojson, or --bbox and --name')

print args.outpath
if args.commands:
commands = p.extract_commands(bboxes, outpath=args.outpath)
for i in commands:
Expand Down

0 comments on commit 4dc8bd4

Please sign in to comment.