Remove some debug logging
This commit is contained in:
parent
d36593ca57
commit
32862866aa
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user