mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-21 14:41:23 +02:00
Remove console.log
This commit is contained in:
@@ -1005,7 +1005,6 @@ const Node = {
|
||||
|
||||
parent = parent.removeNode(index)
|
||||
node = isParent ? parent : node.updateDescendant(parent)
|
||||
console.log(node)
|
||||
node = node.updateDescendant(first)
|
||||
return node
|
||||
},
|
||||
|
Reference in New Issue
Block a user