This commit is contained in:
Simon Zolin 2019-10-23 16:48:00 +03:00
parent c185f6826a
commit 0ede2b13c9
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ func (s *statsCtx) loadUnitFromDB(tx *bolt.Tx, id uint32) *unitDB {
return nil return nil
} }
log.Tracef("Loading unit %d", id) // log.Tracef("Loading unit %d", id)
var buf bytes.Buffer var buf bytes.Buffer
buf.Write(bkt.Get([]byte{0})) buf.Write(bkt.Get([]byte{0}))