diff --git a/source/index.ts b/source/index.ts index e11f94a..deb2690 100644 --- a/source/index.ts +++ b/source/index.ts @@ -227,7 +227,6 @@ Hooks.once("ready", () => { }); async function applyDamage(roll, direction) { - console.log(roll, direction); const damageValue = Array.from(roll.find(".apply") as HTMLElement[]) .map((x) => Math.max(0, Number(x.innerText))) .reduce((prev, curr) => prev + curr, 0); diff --git a/templates/chat/roll-m5.hbs b/templates/chat/roll-m5.hbs index 0a10a2c..2c86da1 100644 --- a/templates/chat/roll-m5.hbs +++ b/templates/chat/roll-m5.hbs @@ -82,7 +82,7 @@