remove console log

This commit is contained in:
moliloo 2025-07-29 00:03:33 -03:00
parent 9ad54a9056
commit 74ccd79390

View file

@ -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. */ /* 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 }); const html = await super.renderHTML({ actor: actorData, author: this.author });
console.log(this.author);
this.applyPermission(html); this.applyPermission(html);
if (this.type === 'dualityRoll') { if (this.type === 'dualityRoll') {