chore: debugging junk

This commit is contained in:
cha0s 2019-03-27 01:47:01 -05:00
parent 55652c5d8f
commit b028d782c0

View File

@ -55,7 +55,6 @@ export class Shape extends decorate(ShapeBase) {
'rotationChanged',
'scaleChanged',
], () => {
console.log('change');
this.emit('aabbChanged');
});
}