Browse Source

check nm token fix

Viktoriia 11 months ago
parent
commit
e0f37e9975
1 changed files with 0 additions and 1 deletions
  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);