Removed console log and comment

This commit is contained in:
WBHarry 2025-07-15 14:54:40 +02:00
parent fbfc954564
commit 6f13643999
3 changed files with 3 additions and 5 deletions

View file

@ -14,8 +14,6 @@ export default class DhpChatLog extends foundry.applications.sidebar.tabs.ChatLo
}
addChatListeners = async (app, html, data) => {
super.addChatListeners(app, html, data);
html.querySelectorAll('.duality-action-damage').forEach(element =>
element.addEventListener('click', event => this.onRollDamage(event, data.message))
);