remove unnecessary log for setMaxResources (#9856)

fixes #9855
This commit is contained in:
Harshavardhana 2020-06-16 18:57:29 -07:00 committed by GitHub
parent a91cfa03e7
commit 216de230e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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