Skip to content

Commit 100804f

Browse files
Merge pull request #34 from LootLocker/fix/debug-logs-fix
Fix/debug logs fix
2 parents 317c610 + 188e8f0 commit 100804f

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Runtime/Client/LootLockerBaseServerAPI.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@ IEnumerator coroutine()
9898

9999
try
100100
{
101-
if (webRequest.error != null)
102-
{
103-
LootLockerSDKManager.DebugMessage($"Server request failed: {webRequest.error}");
104-
yield break;
105-
}
106-
107101
LootLockerSDKManager.DebugMessage("Server Response: " + request.httpMethod + " " + request.endpoint + " completed in " + (Time.time - startTime).ToString("n4") + " secs.\nResponse: " + webRequest.downloadHandler.text);
108102
}
109103
catch

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.lootlocker.lootlockersdk",
3-
"version": "1.1.23",
3+
"version": "1.1.24",
44
"displayName": "LootLocker",
55
"description": "LootLocker SDK",
66
"unity": "2019.2",

0 commit comments

Comments
 (0)