mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-08 13:42:00 -05:00
remove debug
This commit is contained in:
parent
d6fc238359
commit
7f4812ad55
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue