Change warning logging into debug inside adjustWeighting()
This commit is contained in:
parent
f815839ed8
commit
5b886038e9
@ -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}`,
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user