Removed console warning for Sleeves

This commit is contained in:
Bart Koppelmans 2021-10-03 20:29:20 +02:00 committed by GitHub
parent 1a749505e7
commit ee0532eba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -409,7 +409,7 @@ export class Sleeve extends Person {
return jobPerformance * this.company_rep_mult * favorMult;
} else {
console.warn(`Sleeve.getRepGain() called for invalid task type: ${this.currentTask}`);
// console.warn(`Sleeve.getRepGain() called for invalid task type: ${this.currentTask}`);
return 0;
}
}