Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjelfs committed Dec 15, 2024
1 parent c68a449 commit 1a9a838
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/app/src/components/SecureButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
function probablyBot(ev: MouseEvent): boolean {
const pause = Date.now() - lastMoved;
console.log("Click Metrics: ", pause, document.activeElement === ev.target);
return pause < PAUSE_TRESHOLD || document.activeElement !== ev.target || !ev.isTrusted;
}
Expand Down

0 comments on commit 1a9a838

Please sign in to comment.