From 0ede2b13c9b7d142a13de62e5abc8cdde0fd7388 Mon Sep 17 00:00:00 2001 From: Simon Zolin Date: Wed, 23 Oct 2019 16:48:00 +0300 Subject: [PATCH] * minor --- stats/stats_unit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}))