From 7f4812ad55f2bbe5ccccccfd579a16cb06a151cd Mon Sep 17 00:00:00 2001 From: DD Date: Fri, 20 Oct 2017 13:40:47 -0400 Subject: [PATCH] remove debug --- src/helper/selection-tools/move-tool.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/helper/selection-tools/move-tool.js b/src/helper/selection-tools/move-tool.js index 6331d0ec..778c47c9 100644 --- a/src/helper/selection-tools/move-tool.js +++ b/src/helper/selection-tools/move-tool.js @@ -33,7 +33,6 @@ class MoveTool { * select the whole group. */ onMouseDown (hitProperties) { - debugger; let item = hitProperties.hitResult.item; if (!hitProperties.subselect) { const root = getRootItem(hitProperties.hitResult.item);