mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 21:38:48 +01:00
🎨 logging
This commit is contained in:
parent
d554cba37c
commit
936327c695
1 changed files with 0 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue