remove lastupdate log to console

This commit is contained in:
Samir Patel 2021-06-01 20:48:44 -05:00
parent 9608c0c2cb
commit 2e08b15620

1
api.go
View file

@ -962,7 +962,6 @@ func (api *API) Usage(ctx context.Context, remote bool) (map[string]NodeUsage, e
api.requestUsageOfNodes()
}
api.server.logger.Infof("disk usage results last updated: %v", api.usageCache.lastUpdated.Format(time.RFC1123))
return api.usageCache.data, nil
}