Cleanup a few logs

This commit is contained in:
Oliver-Akins 2025-07-20 21:28:25 -06:00
parent e49fa03fed
commit 26a2e0f3ff
2 changed files with 1 additions and 2 deletions

View file

@ -106,7 +106,6 @@ export class CombinedHeroSheet extends GenericAppMixin(HandlebarsApplicationMixi
}; };
}; };
Logger.debug(`Context keys:`, Object.keys(ctx));
return ctx; return ctx;
}; };
// #endregion // #endregion

View file

@ -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`);