Change warning logging into debug inside adjustWeighting()

This commit is contained in:
Dev 2023-12-15 19:45:40 +00:00
parent f815839ed8
commit 5b886038e9

View File

@ -411,7 +411,7 @@ export class BotEquipmentFilterService
{
if (showEditWarnings)
{
this.logger.warning(
this.logger.debug(
`Tried to edit a non-existent item for slot: ${poolAdjustmentKey} ${itemToEditKey}`,
);
}