This commit is contained in:
Daniel 2025-03-27 17:40:20 +08:00
parent afead500fb
commit 40d8677155
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

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