mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-04-22 17:51:03 +00:00
Remove debugging print statement
This commit is contained in:
parent
0a96d2dec7
commit
c4d5f4e6a1
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user