From 2ef1c5608ee3002f71d43f29fc064c6b84e1fe8d Mon Sep 17 00:00:00 2001 From: Alex Wong Date: Tue, 12 Mar 2019 14:31:00 +0800 Subject: [PATCH] remove logCmdOutput flag --- cmd/loadtester/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/loadtester/main.go b/cmd/loadtester/main.go index df463a92..59e0fc7d 100644 --- a/cmd/loadtester/main.go +++ b/cmd/loadtester/main.go @@ -15,7 +15,6 @@ var ( logLevel string port string timeout time.Duration - logCmdOutput bool zapReplaceGlobals bool zapEncoding string )