diff --git a/api.go b/api.go index 7d01299bb..ae3734aff 100644 --- a/api.go +++ b/api.go @@ -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 }