Remove console log

This commit is contained in:
Dapoolp 2025-06-29 22:00:57 +02:00
parent f92ee042e6
commit c5c98d7a99
2 changed files with 5 additions and 3 deletions

View file

@ -29,7 +29,7 @@ export class DHRoll extends Roll {
for (const hook of config.hooks) {
if (Hooks.call(`${SYSTEM.id}.preRoll${hook.capitalize()}`, config, message) === false) return null;
}
console.log(config)
this.applyKeybindings(config);
let roll = new this(config.roll.formula, config.data, config);