Skip to content

Commit

Permalink
fix: Remove dangling console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed May 27, 2024
1 parent 8cf69f6 commit c401f80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/tx/tx-sender/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export const switchWalletChain = async (onboard: OnboardAPI, chainId: string): P

export const assertWalletChain = async (onboard: OnboardAPI, chainId: string): Promise<ConnectedWallet> => {
const wallet = getConnectedWallet(onboard.state.get().wallets)
console.log(wallet)

if (!wallet) {
throw new Error('No wallet connected.')
Expand Down

0 comments on commit c401f80

Please sign in to comment.