Skip to content

Commit 56eff1e

Browse files
committed
clean up
1 parent d8755f2 commit 56eff1e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/walletButton.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ export default function WalletButton({ openModal }: { openModal: () => void }) {
4040
});
4141
}, []);
4242

43-
console.log(subMenu);
44-
4543
const handleConnectWallet = (walletType: string, walletName: string) => {
4644
if (walletType === "evm") {
4745
console.log("connect to an EVM wallet");

0 commit comments

Comments
 (0)