We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a396b commit 66b18e9Copy full SHA for 66b18e9
Runtime/Game/Requests/CatalogRequests.cs
@@ -588,13 +588,6 @@ public LootLockerListCatalogPricesResponse(LootLockerResponse serverResponse)
588
asset_details = new Dictionary<LootLockerItemDetailsKey, LootLockerAssetDetails>();
589
foreach (var detail in parsedResponse.assets_details)
590
{
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
598
asset_details[detail.GetItemDetailsKey()] = detail;
599
}
600
0 commit comments