diff --git a/module/documents/chatMessage.mjs b/module/documents/chatMessage.mjs index b1c184f7..a0c5d2e8 100644 --- a/module/documents/chatMessage.mjs +++ b/module/documents/chatMessage.mjs @@ -13,7 +13,6 @@ export default class DhpChatMessage extends foundry.documents.ChatMessage { }; /* We can change to fully implementing the renderHTML function if needed, instead of augmenting it. */ const html = await super.renderHTML({ actor: actorData, author: this.author }); - console.log(this.author); this.applyPermission(html); if (this.type === 'dualityRoll') {