mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
remove console log
This commit is contained in:
parent
9ad54a9056
commit
74ccd79390
1 changed files with 0 additions and 1 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue