remove log

This commit is contained in:
Olivier Gagnon 2021-10-03 21:34:56 -04:00
parent ab2ffb112f
commit 81fd2c1236

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