Skip to content

Commit

Permalink
Removing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed Aug 8, 2022
1 parent 79fb0b1 commit 54bff43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/index.ts
Expand Up @@ -719,7 +719,6 @@ export const useBalances = (wallet: YoroiWallet, defaultTokenId: TokenId): Yoroi
const onlineRef = useRef()

useEffect(() => {
console.log('isOnline')
const isOnline = netInfo.type !== 'none' && netInfo.type !== 'unknown'
if (onlineRef.current !== isOnline) {
refetch()
Expand Down

0 comments on commit 54bff43

Please sign in to comment.