Remove further remnants of replay logging.

pull/360/head
Christopher Young 2016-03-26 17:19:59 -04:00
rodzic e0f82b0a29
commit 480426cdd1
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -766,8 +766,7 @@ func registerADSBTextMessageReceived(msg string) {
} }
func parseInput(buf string) ([]byte, uint16) { func parseInput(buf string) ([]byte, uint16) {
replayLog(buf, MSGCLASS_UAT) // Log the raw message. //FIXME: We're ignoring all invalid format UAT messages (not sending to datalog).
x := strings.Split(buf, ";") // Discard everything after the first ';'. x := strings.Split(buf, ";") // Discard everything after the first ';'.
s := x[0] s := x[0]
if len(s) == 0 { if len(s) == 0 {