From 20ada0a9d72979d91764726a9e7151f2ef7025d9 Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Tue, 18 Oct 2016 20:29:31 -0400 Subject: [PATCH] Cleanup. --- main/gen_gdl90.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main/gen_gdl90.go b/main/gen_gdl90.go index 34f296be..6daedc97 100755 --- a/main/gen_gdl90.go +++ b/main/gen_gdl90.go @@ -1291,8 +1291,6 @@ func main() { // replayESFilename := flag.String("eslog", "none", "ES Log filename") replayUATFilename := flag.String("uatlog", "none", "UAT Log filename") - // Removed here, but may replace later - // develFlag := flag.Bool("developer", false, "Developer mode") replayFlag := flag.Bool("replay", false, "Replay file flag") replaySpeed := flag.Int("speed", 1, "Replay speed multiplier") stdinFlag := flag.Bool("uatin", false, "Process UAT messages piped to stdin")