From 936327c695a0f55a65f9507dfd3f95085db55223 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 1 Jul 2022 08:59:10 +0800 Subject: [PATCH] :art: logging --- kernel/model/repository.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/kernel/model/repository.go b/kernel/model/repository.go index b5a82d446..e86f38d62 100644 --- a/kernel/model/repository.go +++ b/kernel/model/repository.go @@ -38,7 +38,6 @@ func init() { eventbus.Subscribe(dejavu.EvtIndexWalkData, func(context map[string]interface{}, path string) { msg := "Indexing data repository [walk data " + path + "]" util.SetBootDetails(msg) - util.LogInfof(msg) switch context[CtxPushMsg].(int) { case CtxPushMsgToProgress: @@ -53,7 +52,6 @@ func init() { eventbus.Subscribe(dejavu.EvtIndexGetLatestFile, func(context map[string]interface{}, path string) { msg := "Indexing data repository [get latest file " + path + "]" util.SetBootDetails(msg) - util.LogInfof(msg) switch context[CtxPushMsg].(int) { case CtxPushMsgToProgress: @@ -84,7 +82,6 @@ func init() { eventbus.Subscribe(dejavu.EvtCheckoutWalkData, func(context map[string]interface{}, path string) { msg := "Checkout data repository [walk data " + path + "]" util.SetBootDetails(msg) - util.LogInfof(msg) switch context[CtxPushMsg].(int) { case CtxPushMsgToProgress: