Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Jun 19, 2022
1 parent f3d42f0 commit 12c3d19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ let currentWidth = 0

const resizeCaptcha = () => {
const diff = Math.floor((Date.now() - lastResize) % 86400000)
console.log(diff)
if (diff < 3000) {
return
}
Expand Down

0 comments on commit 12c3d19

Please sign in to comment.