Remove log that's a bit spammy

This commit is contained in:
Eldritch-Oliver 2025-10-15 22:33:39 -06:00
parent 0d1c2ddbb3
commit d70c5113b1

View file

@ -143,7 +143,6 @@ export class DelveDiceHUD extends HandlebarsApplicationMixin(ApplicationV2) {
}; };
}; };
Logger.log(`${partId} Context`, ctx);
return ctx; return ctx;
}; };