Removed console log and comment

This commit is contained in:
WBHarry 2025-07-15 14:54:40 +02:00
parent fbfc954564
commit 6f13643999
3 changed files with 3 additions and 5 deletions

View file

@ -20,7 +20,6 @@ export default class DHDamageAction extends DHBaseAction {
bonusDamage = [];
if (isNaN(formula)) formula = Roll.replaceFormulaData(formula, this.getRollData(data.system ?? data));
console.log(this)
const config = {
title: game.i18n.format('DAGGERHEART.UI.Chat.damageRoll.title', { damage: this.name }),