mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-22 22:22:26 +01:00
remove debug log
This commit is contained in:
parent
d0cb0e3f5b
commit
c5af4f8177
4
dist/engine.bundle.js
vendored
4
dist/engine.bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -2210,9 +2210,6 @@ export class Bladeburner implements IBladeburner {
|
||||
);
|
||||
contract.count +=
|
||||
(seconds * growthF()) / BladeburnerConstants.ActionCountGrowthPeriod;
|
||||
console.log(
|
||||
(seconds * growthF()) / BladeburnerConstants.ActionCountGrowthPeriod,
|
||||
);
|
||||
}
|
||||
for (const op of Object.values(this.operations) as Operation[]) {
|
||||
const growthF = Growths[op.name];
|
||||
|
Loading…
Reference in New Issue
Block a user