Remove UAT replay message re-logging.

pull/220/head
Christopher Young 2016-01-25 23:43:27 -05:00
rodzic a8708f15df
commit 89dd33aba8
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -1167,7 +1167,6 @@ func uatReplay(f ReadCloser, replaySpeed uint64) {
}
p := strings.Trim(linesplit[1], " ;\r\n")
log.Printf("%s;\n", p)
buf := fmt.Sprintf("%s;\n", p)
o, msgtype := parseInput(buf)
if o != nil && msgtype != 0 {