Cleanup a few logs
This commit is contained in:
parent
e49fa03fed
commit
26a2e0f3ff
2 changed files with 1 additions and 2 deletions
|
|
@ -106,7 +106,6 @@ export class CombinedHeroSheet extends GenericAppMixin(HandlebarsApplicationMixi
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
Logger.debug(`Context keys:`, Object.keys(ctx));
|
|
||||||
return ctx;
|
return ctx;
|
||||||
};
|
};
|
||||||
// #endregion
|
// #endregion
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,7 @@ export class ArmourData extends CommonItemData {
|
||||||
};
|
};
|
||||||
|
|
||||||
const slots = parent.parent.system.equippedArmour ?? {};
|
const slots = parent.parent.system.equippedArmour ?? {};
|
||||||
Logger.debug(`slots`, slots);
|
|
||||||
for (const locationTag of this.location) {
|
for (const locationTag of this.location) {
|
||||||
if (slots[locationTag.toLowerCase()] != null) {
|
if (slots[locationTag.toLowerCase()] != null) {
|
||||||
Logger.error(`Unable to equip multiple items in the same slot`);
|
Logger.error(`Unable to equip multiple items in the same slot`);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue