mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Removed console log and comment
This commit is contained in:
parent
fbfc954564
commit
6f13643999
3 changed files with 3 additions and 5 deletions
|
|
@ -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 }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue