From 556477ca9df3fa2e5939057861314eabe5ce30ca Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 30 Apr 2021 16:04:55 +0300 Subject: - Make development log colored - Remove old TODOs Signed-off-by: Valery Piashchynski --- plugins/kv/drivers/boltdb/driver.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/kv/drivers') diff --git a/plugins/kv/drivers/boltdb/driver.go b/plugins/kv/drivers/boltdb/driver.go index b596d4c3..2e2df527 100644 --- a/plugins/kv/drivers/boltdb/driver.go +++ b/plugins/kv/drivers/boltdb/driver.go @@ -401,8 +401,6 @@ func (d *Driver) startGCLoop() { //nolint:gocognit }) if err != nil { d.log.Error("error during the gc phase of update", "error", err) - // todo this error is ignored, it means, that timer still be active - // to prevent this, we need to invoke t.Stop() return false } } -- cgit v1.2.3