This commit is contained in:
Simon Zolin 2019-10-23 16:48:00 +03:00
parent c185f6826a
commit 0ede2b13c9

View file

@ -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}))