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