mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 10:30:13 +01:00
🎨 Clean code
This commit is contained in:
parent
d555eec852
commit
3cb666d397
1 changed files with 0 additions and 2 deletions
|
|
@ -823,8 +823,6 @@ func (tx *Transaction) doAppend(operation *Operation) (ret *TxErr) {
|
|||
}
|
||||
|
||||
func (tx *Transaction) doDelete(operation *Operation) (ret *TxErr) {
|
||||
// logging.LogInfof("commit delete [%+v]", operation)
|
||||
|
||||
var err error
|
||||
id := operation.ID
|
||||
tree, err := tx.loadTree(id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue