remove log

This commit is contained in:
“chrisshank” 2024-12-15 17:58:14 -08:00
parent 9fedc8210d
commit 5c7b0723ed
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ export class FolkPropagatorTool extends FolkInteractionHandler {
const finalTarget = document.elementFromPoint(event.clientX, event.clientY) as HTMLElement;
const distance = Vector.distance(this.startPoint || { x: 0, y: 0 }, { x: event.clientX, y: event.clientY });
console.log(distance);
if (
!finalTarget ||
finalTarget instanceof FolkEventPropagator ||