diff --git a/project/src/services/FenceService.ts b/project/src/services/FenceService.ts index 65362df9..1318fced 100644 --- a/project/src/services/FenceService.ts +++ b/project/src/services/FenceService.ts @@ -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);