From bb9653209018aec63b086da363423fe6300247c6 Mon Sep 17 00:00:00 2001 From: hsuifang Date: Thu, 8 Aug 2024 14:50:22 +0800 Subject: [PATCH] Revert "chore: TEMP TEST" This reverts commit 1aa2f28760313a93bf9a6a2757534878c0b8780b. --- pages/index.jsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pages/index.jsx b/pages/index.jsx index 84e9f7ab..b132474b 100644 --- a/pages/index.jsx +++ b/pages/index.jsx @@ -54,11 +54,7 @@ const HomePage = () => { useEffect(() => { if (token) { dispatch(fetchUserById(id, token)); - // router.push('/'); - // console.log('----------'); - // console.log('fetch user'); - // console.log('----------'); - console.log('========2024-01-01 00:00:00================'); + router.push('/'); } }, [id, token]);