Remove line left by accident

This commit is contained in:
Neil Alexander 2022-07-18 14:04:44 +01:00
parent 202d0f7995
commit 6b66da1687
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -70,7 +70,6 @@ func NewRistrettoCache(maxCost config.DataUnit, maxAge time.Duration, enableProm
}, func() float64 {
return float64(cache.Metrics.CostAdded() - cache.Metrics.CostEvicted())
})
cache.Metrics.GetsKept()
}
return &Caches{
RoomVersions: &RistrettoCachePartition[string, gomatrixserverlib.RoomVersion]{ // room ID -> room version