1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-29 09:59:48 +02:00

remove debugger call

This commit is contained in:
Ian Storm Taylor
2016-10-07 16:02:39 -07:00
parent 70ee777f37
commit dfe52446e7

View File

@@ -191,7 +191,6 @@ export function removeNodeByKey(transform, key) {
(previous && previous.kind == 'text') && (previous && previous.kind == 'text') &&
(next && next.kind == 'text') (next && next.kind == 'text')
) { ) {
debugger
transform.joinNodeByKey(next.key, previous.key) transform.joinNodeByKey(next.key, previous.key)
} }