Remove debugging print statement

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

View File

@ -109,7 +109,6 @@ def processReports(data):
# Remove D prefix for DFM
elif "DFM" in recovery["radiosonde"]["type"]:
serial = recovery["radiosonde"]["number"][1:]
print(serial)
# Try to find serial in SondeHub database for others
else:
serial = findSonde(recovery, lat, lon)