Skip to content

Commit 92dc138

Browse files
committed
log
1 parent 8ef9df7 commit 92dc138

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Thirdweb/Thirdweb.Wallets/InAppWallet/EcosystemWallet/EcosystemWallet.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ private static async Task<string> ResumeEnclaveSession(IThirdwebHttpClient httpC
158158
httpClient.AddHeader("Authorization", $"Bearer embedded-wallet-token:{sessionData.AuthToken}");
159159

160160
var userStatus = await GetUserStatus(httpClient).ConfigureAwait(false);
161-
Console.WriteLine($"User status: {JsonConvert.SerializeObject(userStatus)}");
162161
if (userStatus.Wallets[0].Type == "enclave")
163162
{
164163
return userStatus.Wallets[0].Address.ToChecksumAddress();

0 commit comments

Comments
 (0)