Removed debug-print-thingy
This commit is contained in:
parent
d525296b2d
commit
0f3e9dc220
1 changed files with 0 additions and 2 deletions
|
@ -17,8 +17,6 @@ def fetch_data(from_lon, to_lon, from_lat, to_lat, step_size=1):
|
|||
|
||||
results = []
|
||||
|
||||
print(range(from_lon, to_lon))
|
||||
|
||||
for longitude in range(from_lon, to_lon, step_size):
|
||||
for latitude in range(from_lat, to_lat, step_size):
|
||||
results.append(p.request(
|
||||
|
|
Loading…
Reference in a new issue