mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-09 06:47:34 +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 +=
|
contract.count +=
|
||||||
(seconds * growthF()) / BladeburnerConstants.ActionCountGrowthPeriod;
|
(seconds * growthF()) / BladeburnerConstants.ActionCountGrowthPeriod;
|
||||||
console.log(
|
|
||||||
(seconds * growthF()) / BladeburnerConstants.ActionCountGrowthPeriod,
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
for (const op of Object.values(this.operations) as Operation[]) {
|
for (const op of Object.values(this.operations) as Operation[]) {
|
||||||
const growthF = Growths[op.name];
|
const growthF = Growths[op.name];
|
||||||
|
Loading…
Reference in New Issue
Block a user