mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 14:41:02 +00:00
remove lastupdate log to console
This commit is contained in:
parent
9608c0c2cb
commit
2e08b15620
1 changed files with 0 additions and 1 deletions
1
api.go
1
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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue