Remove debug message

This commit is contained in:
Chris Ryan 2026-01-17 14:33:59 +10:00
parent 1058b152c2
commit e0501d077f

View file

@ -118,10 +118,6 @@ export default class DualityRoll extends D20Roll {
/** @inheritDoc */
static fromData(data) {
if (data.options.guaranteedCritical) {
console.log('TODO: set the max values for Hope and Fear here?');
}
data.terms[0].class = foundry.dice.terms.Die.name;
data.terms[2].class = foundry.dice.terms.Die.name;
return super.fromData(data);