remove unnecessary log for setMaxResources (#9856)

fixes #9855
This commit is contained in:
Harshavardhana
2020-06-16 18:57:29 -07:00
parent 2daa34653e
commit b85b18da09

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