Don't print alt/ident on type 20 packets yet.

This commit is contained in:
Nick Foster
2012-07-20 21:10:14 -07:00
parent 7388a8e910
commit 3c506c44ab

View File

@@ -211,9 +211,9 @@ class modes_output_print(modes_parse.modes_parse):
else:
retstr = "No handler for BDS1 == %i from %x" % (bds1, ecc)
if(msgtype == 20):
retstr += " at %ift" % altitude
else:
retstr += " ident %x" % ident
# if(msgtype == 20):
# retstr += " at %ift" % altitude
# else:
# retstr += " ident %x" % ident
return retstr