Skip to content

Commit

Permalink
Remove UAT replay message re-logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyoung committed Jan 26, 2016
1 parent a8708f1 commit 89dd33a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/gen_gdl90.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 89dd33a

Please sign in to comment.