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()