Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
spacehaz committed Jun 7, 2024
1 parent be7394e commit 66ded19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/pages/common/wallets-list/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ const WalletsList: FC<ReduxType> = ({
const system = defineSystem()
const injected = connectors.find(connector => connector.id === "injected")
const configs = defineApplicationConfig()
console.log({ connectors })
const options = defineOptionsList(
type,
setStep,
Expand Down

0 comments on commit 66ded19

Please sign in to comment.