Removed debug-print-thingy

This commit is contained in:
reedts 2018-05-17 10:31:42 +02:00
parent d525296b2d
commit 0f3e9dc220
1 changed files with 0 additions and 2 deletions

View File

@ -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(