diff --git a/src/events.ts b/src/events.ts index 53ddf63..5c875f7 100644 --- a/src/events.ts +++ b/src/events.ts @@ -94,7 +94,6 @@ export function proxyEvents( canvasOrGroup.addEventListener('touchmove', (_event) => { const event = _event as TouchEvent; - console.log(event.target); const offsetX = shouldScalePoint ? (_event.target as HTMLCanvasElement).offsetLeft : 0;