mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01:00
Removed console.log line
This commit is contained in:
parent
08f8c2b434
commit
6e02a70eea
@ -152,7 +152,6 @@ export class Product {
|
|||||||
|
|
||||||
this.prog += progress;
|
this.prog += progress;
|
||||||
for (const pos of Object.keys(employeeProd)) {
|
for (const pos of Object.keys(employeeProd)) {
|
||||||
console.log(`${pos} ${this.creationProd[pos]} += ${(employeeProd[pos] * progress) / 100}`);
|
|
||||||
this.creationProd[pos] += (employeeProd[pos] * progress) / 100;
|
this.creationProd[pos] += (employeeProd[pos] * progress) / 100;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user