Remove unused debugging code
This commit is contained in:
parent
79c639bc31
commit
fd42d08e0b
1 changed files with 0 additions and 1 deletions
|
|
@ -67,7 +67,6 @@ export class StatusEffectIconConfig extends HandlebarsApplicationMixin(Applicati
|
||||||
|
|
||||||
this.#overrides ??= game.settings.get(__ID__, customStatusIconsKey);
|
this.#overrides ??= game.settings.get(__ID__, customStatusIconsKey);
|
||||||
this.#originalOverrides ??= foundry.utils.deepClone(this.#overrides);
|
this.#originalOverrides ??= foundry.utils.deepClone(this.#overrides);
|
||||||
// console.log({ original: this.#originalOverrides, current: this.#overrides });
|
|
||||||
|
|
||||||
ctx.effects = [];
|
ctx.effects = [];
|
||||||
for (const effect of effects) {
|
for (const effect of effects) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue