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)