remove print statement

This commit is contained in:
Junzi Sun 2020-11-04 17:21:07 +01:00
parent c3976f1ca3
commit 224a0b8a67

View File

@ -107,7 +107,6 @@ def is50or60(msg, spd_ref, trk_ref, alt_ref):
try:
dist = np.linalg.norm(X - Mu, axis=1)
BDS = allbds[np.nanargmin(dist)]
print(dist, BDS)
except ValueError:
return "BDS50,BDS60"