1
0
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:
Soreine
2016-10-26 14:35:40 +02:00
parent 947513fc58
commit a50d381d8e

View File

@@ -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
},