Remove log

This commit is contained in:
Oliver-Akins 2025-07-31 10:29:56 -06:00
parent ca0c793b56
commit e90e90bfe0

View file

@ -96,7 +96,6 @@ export class ArmourSheet extends GenericAppMixin(HandlebarsApplicationMixin(Item
}; };
}; };
Logger.debug(`Context:`, ctx);
return ctx; return ctx;
}; };