From 5a1861842fa9282aa49e25a7a05833d817ddfdb0 Mon Sep 17 00:00:00 2001 From: Rosco Kalis Date: Wed, 18 Dec 2024 18:01:21 +0100 Subject: [PATCH] fix: remove leftover console.log --- lib/utils/wallet.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/utils/wallet.ts b/lib/utils/wallet.ts index 35b61842..6945dbd7 100644 --- a/lib/utils/wallet.ts +++ b/lib/utils/wallet.ts @@ -58,7 +58,6 @@ export const getWalletIcon = (connector: Connector): string | undefined => { }; export const getConnectorName = (connector: Connector): string => { - console.log(connector.name); // It's confusing if there are multiple 'Coinbase Wallet' connectors. You can always connect to the Coinbase Wallet // extension using the dedicated connector if (connector.name === 'Coinbase Wallet' && connector.type === 'injected') {