remove browser print spam

This commit is contained in:
bingus_violet 2024-08-19 02:04:25 -05:00
parent ebf3cd8f0b
commit 9990a341c3

View file

@ -103,7 +103,6 @@ function spinLoop() {
} }
spins += 1/spinSpeed / spinFactor spins += 1/spinSpeed / spinFactor
if (Math.floor(spins) != lastSent && sock && sock.OPEN) { if (Math.floor(spins) != lastSent && sock && sock.OPEN) {
console.log("RAH")
$(".globalSpins").text(globalSpins + 1) $(".globalSpins").text(globalSpins + 1)
lastSent = Math.floor(spins) lastSent = Math.floor(spins)
// resetPFP() // resetPFP()