remove debug

This commit is contained in:
DD 2017-10-20 13:40:47 -04:00
parent d6fc238359
commit 7f4812ad55

View file

@ -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);