Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamj1232 committed May 28, 2024
1 parent b851646 commit 82a46ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/disconnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ async function disconnect(options: DisconnectOptions): Promise<WalletState[]> {
}
}
const { wagmi } = configuration
console.log(wagmi)
if (wagmi) {
const wagmiConfig = await wagmi.wagmiDisconnectWallet(label)
if (wagmiConfig) {
Expand Down

0 comments on commit 82a46ae

Please sign in to comment.