0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Remove debug code

This commit is contained in:
Dev 2024-01-08 17:39:28 +00:00
parent 6dc4604a77
commit 0997c21ba3

View File

@ -185,11 +185,6 @@ export class InventoryHelper
return this.httpResponse.appendErrorToOutput(output, message);
}
for (const itemToAdd of itemsToAdd)
{
const itemWithChildren = this.itemHelper.findAndReturnChildrenAsItems(itemsToAddPool, itemToAdd.itemRef._id);
}
// Update UPD properties and add to output.profileChanges/pmcData.Inventory.items arrays
for (const itemToAdd of itemsToAdd)
{