We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba31f47 commit eee079cCopy full SHA for eee079c
packages/core/src/disconnect.ts
@@ -35,7 +35,6 @@ async function disconnect(options: DisconnectOptions): Promise<WalletState[]> {
35
}
36
37
const { wagmi } = configuration
38
- console.log(wagmi)
39
if (wagmi) {
40
const wagmiConfig = await wagmi.wagmiDisconnectWallet(label)
41
if (wagmiConfig) {
0 commit comments