From 8fc3631328481b3c56c48a56e1a9bad2eb24bd5a Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Sat, 10 Sep 2016 17:37:26 -0700 Subject: [PATCH] remove debugger --- lib/transforms/on-selection.js | 1 - 1 file changed, 1 deletion(-) 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) }