remove debug log
This commit is contained in:
parent
b6d7a47eef
commit
e9bc9e12dc
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue