diff --git a/src/hooks/index.ts b/src/hooks/index.ts index 3c65902b9b..afe263e534 100644 --- a/src/hooks/index.ts +++ b/src/hooks/index.ts @@ -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()