remove unnecessary log for setMaxResources (#9856)

fixes #9855
master
Harshavardhana 4 years ago committed by GitHub
parent a91cfa03e7
commit 216de230e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cmd/gateway-main.go

@ -147,7 +147,7 @@ func StartGateway(ctx *cli.Context, gw Gateway) {
gatewayHandleEnvVars() gatewayHandleEnvVars()
// Set system resources to maximum. // Set system resources to maximum.
logger.LogIf(GlobalContext, setMaxResources()) setMaxResources()
// Set when gateway is enabled // Set when gateway is enabled
globalIsGateway = true globalIsGateway = true

Loading…
Cancel
Save