We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b143e commit 00b64a4Copy full SHA for 00b64a4
1 file changed
Packages/com.walletconnect.web3modal/Runtime/Controllers/BlockchainApiController.cs
@@ -40,7 +40,6 @@ public async Task<GetIdentityResponse> GetIdentityAsync(string address)
40
if (!string.IsNullOrWhiteSpace(_clientIdQueryParam))
41
path += _clientIdQueryParam;
42
43
- Debug.Log($"Send identity request to {path}");
44
return await _httpClient.GetAsync<GetIdentityResponse>(path);
45
}
46
0 commit comments