diff --git a/module/applications/ui/chatLog.mjs b/module/applications/ui/chatLog.mjs index 79f12e7f..fc826425 100644 --- a/module/applications/ui/chatLog.mjs +++ b/module/applications/ui/chatLog.mjs @@ -218,7 +218,6 @@ export default class DhpChatLog extends foundry.applications.sidebar.tabs.ChatLo isReaction: message.system.roll.options.actionType === 'reaction' } }); - // await message.system.roll._evaluate(); await message.update({ rolls: [message.system.roll.toJSON()] });