remove debug log

This commit is contained in:
biglyderv 2025-03-06 21:35:26 -05:00
parent b6d7a47eef
commit e9bc9e12dc
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5

View file

@ -40,7 +40,6 @@ setInterval(function () {
for (let a of cubePos) { for (let a of cubePos) {
let f = (nGain + getBonus * 10000 + 10) / (nothingness + 10); let f = (nGain + getBonus * 10000 + 10) / (nothingness + 10);
console.log(f,getBonus)
let dist = Math.sqrt(a[0] ** 2 + a[1] ** 2) let dist = Math.sqrt(a[0] ** 2 + a[1] ** 2)
dist = (f*90 / dist) ** 0.1; dist = (f*90 / dist) ** 0.1;