Skip to content

Commit

Permalink
remove print statement in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mvexel committed Apr 6, 2018
1 parent db73fa3 commit 9666d79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def test_geojson():

map_query = overpass.MapQuery(37.86517, -122.31851, 37.86687, -122.31635)
osm_geo = api.get(map_query)
print osm_geo
assert len(osm_geo['features']) > 1

osm_geo = api.get('node(area:3602758138)[amenity=cafe]')
Expand Down

0 comments on commit 9666d79

Please sign in to comment.