Skip to content

Commit eee079c

Browse files
authored
Update packages/core/src/disconnect.ts
1 parent ba31f47 commit eee079c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/disconnect.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ async function disconnect(options: DisconnectOptions): Promise<WalletState[]> {
3535
}
3636
}
3737
const { wagmi } = configuration
38-
console.log(wagmi)
3938
if (wagmi) {
4039
const wagmiConfig = await wagmi.wagmiDisconnectWallet(label)
4140
if (wagmiConfig) {

0 commit comments

Comments
 (0)