Remove some debug logging

This commit is contained in:
Dev 2024-02-05 19:53:59 +00:00
parent d36593ca57
commit 32862866aa

View File

@ -568,10 +568,6 @@ export class FenceService
continue;
}
}
else
{
this.logger.warning(`No limit ${rootItemDb._name} ${rootItemDb._parent}`);
}
// MUST randomise Ids as its possible to add the same base fence assort twice = duplicate IDs = dead client
this.itemHelper.reparentItemAndChildren(presetWithChildrenClone[0], presetWithChildrenClone);
@ -630,10 +626,6 @@ export class FenceService
continue;
}
}
else
{
this.logger.warning(`No limit ${rootItemDb._name} ${rootItemDb._parent}`);
}
// MUST randomise Ids as its possible to add the same base fence assort twice = duplicate IDs = dead client
this.itemHelper.reparentItemAndChildren(presetWithChildrenClone[0], presetWithChildrenClone);