From 216de230e21832420a094a05bb76cf6e7edd9c97 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Tue, 16 Jun 2020 18:57:29 -0700 Subject: [PATCH] remove unnecessary log for setMaxResources (#9856) fixes #9855 --- cmd/gateway-main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gateway-main.go b/cmd/gateway-main.go index 23f8417a2..1eb9fb2c2 100644 --- a/cmd/gateway-main.go +++ b/cmd/gateway-main.go @@ -147,7 +147,7 @@ func StartGateway(ctx *cli.Context, gw Gateway) { gatewayHandleEnvVars() // Set system resources to maximum. - logger.LogIf(GlobalContext, setMaxResources()) + setMaxResources() // Set when gateway is enabled globalIsGateway = true