mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-25 23:41:29 +01:00
remove debug log
This commit is contained in:
parent
a475e6297e
commit
f50b2a9d9f
2
dist/engine.bundle.js
vendored
2
dist/engine.bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -93,7 +93,6 @@ export class Faction {
|
|||||||
const totalRep = storedRep + this.rolloverRep + this.playerReputation;
|
const totalRep = storedRep + this.rolloverRep + this.playerReputation;
|
||||||
const newFavor = Math.floor(repToFavor(totalRep));
|
const newFavor = Math.floor(repToFavor(totalRep));
|
||||||
const newRep = favorToRep(newFavor);
|
const newRep = favorToRep(newFavor);
|
||||||
console.log(`${storedRep} ${this.rolloverRep} ${this.playerReputation}`);
|
|
||||||
return [newFavor - this.favor + 1, totalRep - newRep];
|
return [newFavor - this.favor + 1, totalRep - newRep];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user