Skip to content

Commit d17e067

Browse files
committed
remove rogue log
1 parent c24a669 commit d17e067

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Assets/Thirdweb/Runtime/Unity/Wallets/Core/WalletConnectWallet.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ public Task<string> SignTransaction(ThirdwebTransactionInput transaction)
195195

196196
public async Task<string> SendTransaction(ThirdwebTransactionInput transaction)
197197
{
198-
Debug.Log("DEFAULT CHAIN ID: " + WalletConnect.Instance.SignClient.AddressProvider.DefaultChainId);
199198
var task = _walletConnectService.SendTransactionAsync(
200199
new TransactionInput()
201200
{

0 commit comments

Comments
 (0)