Skip to content

Commit 07a7511

Browse files
committed
removed logs
1 parent 3864193 commit 07a7511

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/modal/src/ui/components/ConnectWallet/ConnectWallet.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ function ConnectWallet(props: ConnectWalletProps) {
124124
if (walletDiscoverySupported && !walletSearch && !isShowAllWallets) {
125125
return defaultButtons;
126126
}
127-
// eslint-disable-next-line no-console
128-
console.log("filteredButtons", filteredButtons);
129127
return filteredButtons;
130128
}, [walletDiscoverySupported, walletSearch, filteredButtons, defaultButtons, isShowAllWallets]);
131129

0 commit comments

Comments
 (0)