Skip to content

Commit 00b64a4

Browse files
committed
Remove Debug.Log();
1 parent c4b143e commit 00b64a4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Packages/com.walletconnect.web3modal/Runtime/Controllers/BlockchainApiController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public async Task<GetIdentityResponse> GetIdentityAsync(string address)
4040
if (!string.IsNullOrWhiteSpace(_clientIdQueryParam))
4141
path += _clientIdQueryParam;
4242

43-
Debug.Log($"Send identity request to {path}");
4443
return await _httpClient.GetAsync<GetIdentityResponse>(path);
4544
}
4645

0 commit comments

Comments
 (0)