mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-11 15:57:33 +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 newFavor = Math.floor(repToFavor(totalRep));
|
||||
const newRep = favorToRep(newFavor);
|
||||
console.log(`${storedRep} ${this.rolloverRep} ${this.playerReputation}`);
|
||||
return [newFavor - this.favor + 1, totalRep - newRep];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user