mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-03 20:00:26 +08:00
🔇 Remove logs https://github.com/siyuan-note/siyuan/issues/6756
This commit is contained in:
parent
da9caf91cf
commit
3ae4a3094c
@ -25,7 +25,6 @@ import (
|
|||||||
"github.com/88250/gulu"
|
"github.com/88250/gulu"
|
||||||
"github.com/88250/lute/ast"
|
"github.com/88250/lute/ast"
|
||||||
"github.com/emirpasic/gods/sets/hashset"
|
"github.com/emirpasic/gods/sets/hashset"
|
||||||
"github.com/siyuan-note/logging"
|
|
||||||
"github.com/siyuan-note/siyuan/kernel/search"
|
"github.com/siyuan-note/siyuan/kernel/search"
|
||||||
"github.com/siyuan-note/siyuan/kernel/sql"
|
"github.com/siyuan-note/siyuan/kernel/sql"
|
||||||
"github.com/siyuan-note/siyuan/kernel/treenode"
|
"github.com/siyuan-note/siyuan/kernel/treenode"
|
||||||
@ -303,7 +302,6 @@ func sortTags(tags Tags) {
|
|||||||
|
|
||||||
func SearchTags(keyword string) (ret []string) {
|
func SearchTags(keyword string) (ret []string) {
|
||||||
ret = []string{}
|
ret = []string{}
|
||||||
defer logging.Recover() // 定位 无法添加题头图标签 https://github.com/siyuan-note/siyuan/issues/6756
|
|
||||||
|
|
||||||
sql.FlushQueue()
|
sql.FlushQueue()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user