Remove unused debugging statement

This commit is contained in:
Luke Prior 2022-01-28 17:36:20 +11:00 committed by GitHub
parent c4d5f4e6a1
commit 92984c54a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,6 @@ def findSonde(recovery, lat, lon):
# Process each recovery report from Radiosondy.info
def processReports(data):
for recovery in data["results"]:
#print(recovery)
# Get recovery status
if recovery["log_info"]["status"] == "FOUND":