fix: remove unused console

This commit is contained in:
alt0
2022-08-04 11:06:41 +08:00
parent cf7eb9cf39
commit fa36432a33

View File

@@ -284,7 +284,6 @@ export class SelectTool extends BaseTool<Status> {
override onPointerMove: TLPointerEventHandler = (info, e) => {
const { originPoint, currentPoint } = this.app;
console.log('this.status', this.status);
switch (this.status) {
case Status.PointingBoundsHandle: {