remove browser print spam
This commit is contained in:
parent
ebf3cd8f0b
commit
9990a341c3
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ function spinLoop() {
|
|||
}
|
||||
spins += 1/spinSpeed / spinFactor
|
||||
if (Math.floor(spins) != lastSent && sock && sock.OPEN) {
|
||||
console.log("RAH")
|
||||
$(".globalSpins").text(globalSpins + 1)
|
||||
lastSent = Math.floor(spins)
|
||||
// resetPFP()
|
||||
|
|
Loading…
Reference in a new issue