From 480426cdd1f0cd94bc202277ada30d65448cda04 Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Sat, 26 Mar 2016 17:19:59 -0400 Subject: [PATCH] Remove further remnants of replay logging. --- main/gen_gdl90.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main/gen_gdl90.go b/main/gen_gdl90.go index c197ce18..87aeed7c 100644 --- a/main/gen_gdl90.go +++ b/main/gen_gdl90.go @@ -766,8 +766,7 @@ func registerADSBTextMessageReceived(msg string) { } 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 ';'. s := x[0] if len(s) == 0 {