Removed console log

This commit is contained in:
WBHarry 2025-07-02 23:29:12 +02:00
parent c3883b23a9
commit 448249ebcb

View file

@ -54,7 +54,6 @@ export class DHRoll extends Roll {
}
static async buildPost(roll, config, message) {
console.log(config);
for (const hook of config.hooks) {
if (Hooks.call(`${SYSTEM.id}.postRoll${hook.capitalize()}`, config, message) === false) return null;
}