From 3ae4a3094c96d771218cc2bd5890b1825877ceaf Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Fri, 11 Apr 2025 22:03:18 +0800 Subject: [PATCH] :mute: Remove logs https://github.com/siyuan-note/siyuan/issues/6756 --- kernel/model/tag.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/model/tag.go b/kernel/model/tag.go index d644352d2..729ad4d8a 100644 --- a/kernel/model/tag.go +++ b/kernel/model/tag.go @@ -25,7 +25,6 @@ import ( "github.com/88250/gulu" "github.com/88250/lute/ast" "github.com/emirpasic/gods/sets/hashset" - "github.com/siyuan-note/logging" "github.com/siyuan-note/siyuan/kernel/search" "github.com/siyuan-note/siyuan/kernel/sql" "github.com/siyuan-note/siyuan/kernel/treenode" @@ -303,7 +302,6 @@ func sortTags(tags Tags) { func SearchTags(keyword string) (ret []string) { ret = []string{} - defer logging.Recover() // 定位 无法添加题头图标签 https://github.com/siyuan-note/siyuan/issues/6756 sql.FlushQueue()