Skip to content

Commit 08cf297

Browse files
committed
remove debug json file
1 parent 1fb2624 commit 08cf297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osm/OSMStreetMap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def overpass_request(latitude, longitude, radius):
7474

7575
data = response.json()
7676

77-
json.dump (data, open ("overpass_street.json", "w"))
77+
#json.dump (data, open ("overpass_street.json", "w"))
7878
return data
7979

8080
def osm_extraction (streetmap_data):

0 commit comments

Comments
 (0)