瀏覽代碼

check nm token fix

Viktoriia 11 月之前
父節點
當前提交
e0f37e9975
共有 1 個文件被更改,包括 0 次插入1 次删除
  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);