From 32862866aaef4ba2d697187e77cb0e18490161df Mon Sep 17 00:00:00 2001 From: Dev Date: Mon, 5 Feb 2024 19:53:59 +0000 Subject: [PATCH] Remove some debug logging --- project/src/services/FenceService.ts | 8 -------- 1 file changed, 8 deletions(-) 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);