From 9fb8b62630d72cc85a1c3f9554ae1c3bbe48e7dd Mon Sep 17 00:00:00 2001 From: Chris Adamson Date: Tue, 29 Apr 2025 12:45:36 -0500 Subject: [PATCH] remove logs --- Libraries/SPTarkov.Server.Core/Helpers/InventoryHelper.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Libraries/SPTarkov.Server.Core/Helpers/InventoryHelper.cs b/Libraries/SPTarkov.Server.Core/Helpers/InventoryHelper.cs index 1a164b11..64063bc1 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/InventoryHelper.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/InventoryHelper.cs @@ -845,7 +845,6 @@ public class InventoryHelper( ItemLocation? itemLocation; if (item.Location is JsonElement) { - Console.WriteLine(item.Location); itemLocation = ((JsonElement) item.Location).ToObject(); } else