Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Mar 7, 2024
1 parent 790f9fa commit 90cab48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 90cab48

Please sign in to comment.