Skip to content

Commit 66b18e9

Browse files
AlmightyMikkelkirre-bylund
authored andcommitted
Removed debugging lines
1 parent 79a396b commit 66b18e9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Runtime/Game/Requests/CatalogRequests.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -588,13 +588,6 @@ public LootLockerListCatalogPricesResponse(LootLockerResponse serverResponse)
588588
asset_details = new Dictionary<LootLockerItemDetailsKey, LootLockerAssetDetails>();
589589
foreach (var detail in parsedResponse.assets_details)
590590
{
591-
UnityEngine.Debug.Log(detail.GetItemDetailsKey().catalog_listing_id);
592-
UnityEngine.Debug.Log(detail.GetItemDetailsKey().item_id);
593-
594-
UnityEngine.Debug.Log(detail.catalog_listing_id);
595-
UnityEngine.Debug.Log(detail.id);
596-
597-
598591
asset_details[detail.GetItemDetailsKey()] = detail;
599592
}
600593
}

0 commit comments

Comments
 (0)