diff --git a/lib/transforms/on-selection.js b/lib/transforms/on-selection.js index bd322a26e..8f299ad40 100644 --- a/lib/transforms/on-selection.js +++ b/lib/transforms/on-selection.js @@ -364,7 +364,6 @@ export function moveForward(transform, n) { */ export function moveTo(transform, properties) { - debugger return transform.setSelectionOperation(properties) }