diff --git a/locationdata.py b/locationdata.py index 38d64cb..44595e7 100644 --- a/locationdata.py +++ b/locationdata.py @@ -103,7 +103,6 @@ def get_weather(lat=0, lon=0, unit=0): # shrink the text line = replace_weather(row.text) # only grab a few days of weather - print(f"weather: {index}") weather += line + "\n" if index >= DAYS_OF_WEATHER-1: break