Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYhun committed Jul 27, 2023
1 parent 4681e6b commit 400f021
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/state/user/hooks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ export const useUserFavoriteTokens = (chainId: ChainId) => {
return
}
const newValue = favoriteTokens.indexOf(address) < 0
console.log('🚀 ~ file: hooks.tsx:425 ~ useUserFavoriteTokens ~ newValue:', newValue, address, favoriteTokens)

dispatch(toggleFavoriteTokenAction({ ...payload, newValue }))
},
Expand Down

0 comments on commit 400f021

Please sign in to comment.