diff --git a/stats/stats_unit.go b/stats/stats_unit.go index 1d524bcc..3db14d5b 100644 --- a/stats/stats_unit.go +++ b/stats/stats_unit.go @@ -346,7 +346,7 @@ func (s *statsCtx) loadUnitFromDB(tx *bolt.Tx, id uint32) *unitDB { return nil } - log.Tracef("Loading unit %d", id) + // log.Tracef("Loading unit %d", id) var buf bytes.Buffer buf.Write(bkt.Get([]byte{0}))