From e0501d077fc83aca0358c534a6394c31d55de07f Mon Sep 17 00:00:00 2001 From: Chris Ryan Date: Sat, 17 Jan 2026 14:33:59 +1000 Subject: [PATCH] Remove debug message --- module/dice/dualityRoll.mjs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/module/dice/dualityRoll.mjs b/module/dice/dualityRoll.mjs index 3091deaf..0edbe5ad 100644 --- a/module/dice/dualityRoll.mjs +++ b/module/dice/dualityRoll.mjs @@ -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);