Skip to content

Commit

Permalink
fix: remove leftover console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Dec 18, 2024
1 parent ab3419f commit 5a18618
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/utils/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 5a18618

Please sign in to comment.