Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu committed Sep 23, 2024
1 parent 3618e38 commit 01b9bee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/features/multichain/hooks/useCompatibleNetworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ export const useCompatibleNetworks = (

const { fallbackHandler } = safeAccountConfig

console.log('Fallbackhandler', fallbackHandler)

return configs.map((config) => {
return {
...config,
Expand Down

0 comments on commit 01b9bee

Please sign in to comment.