remove debug log

This commit is contained in:
Olivier Gagnon 2021-09-07 13:29:35 -04:00
parent d0cb0e3f5b
commit c5af4f8177
2 changed files with 2 additions and 5 deletions

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];