mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: remove unused console
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user