Explorar o código

check nm token fix

Viktoriia hai 11 meses
pai
achega
e0f37e9975
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Route.tsx

+ 0 - 1
Route.tsx

@@ -109,7 +109,6 @@ const Route = () => {
   useEffect(() => {
     const handleAppStateChange = async (nextAppState: string) => {
       if (appState.match(/inactive|background/) && nextAppState === 'active') {
-        console.log('Додаток було згорнуто і знову відкрито');
         await checkNmToken();
       }
       setAppState(nextAppState);