From 40d8677155f2807c6e2e7a21ecbce36489e5d612 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Thu, 27 Mar 2025 17:40:20 +0800 Subject: [PATCH] :art: Supports local shorthands on Android https://github.com/siyuan-note/siyuan/issues/14414 --- kernel/model/shortcuts.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/kernel/model/shortcuts.go b/kernel/model/shortcuts.go index 53dd42037..5778fd977 100644 --- a/kernel/model/shortcuts.go +++ b/kernel/model/shortcuts.go @@ -59,7 +59,6 @@ func MoveLocalShorthands(boxID, hPath, parentID, id string) (retID string, err e buff.Write(bytes.TrimSpace(data)) buff.WriteString("\n\n") - logging.LogInfof("read shorthand [%s] content [%s]", p, data) toRemoves = append(toRemoves, p) } @@ -77,8 +76,6 @@ func MoveLocalShorthands(boxID, hPath, parentID, id string) (retID string, err e return } - logging.LogInfof("shorthand content [%s]", content) - retID, err = CreateWithMarkdown("", boxID, hPath, content, parentID, id, false, "") if nil != err { logging.LogErrorf("create doc failed: %s", err)