diff --git a/src/pages/auth/Login.tsx b/src/pages/auth/Login.tsx index 13875fe..7e663ce 100644 --- a/src/pages/auth/Login.tsx +++ b/src/pages/auth/Login.tsx @@ -10,9 +10,6 @@ const Login: FC = () => { const { stepLogin, phone, email } = useAuthStore() - console.log(phone, email, stepLogin); - - return (
diff --git a/src/pages/auth/components/RegisterStep2.tsx b/src/pages/auth/components/RegisterStep2.tsx index 483bec2..4cf4c09 100644 --- a/src/pages/auth/components/RegisterStep2.tsx +++ b/src/pages/auth/components/RegisterStep2.tsx @@ -58,9 +58,6 @@ const RegisterStep2: FC = () => { }, }) - console.log(formik.errors); - - return (
diff --git a/src/shared/SideBar.tsx b/src/shared/SideBar.tsx index ee8859d..16f27e0 100644 --- a/src/shared/SideBar.tsx +++ b/src/shared/SideBar.tsx @@ -29,7 +29,6 @@ const SideBar: FC = () => { useEffect(() => { const split = location.pathname.split('/') - console.log('split', split); if (SideBarItemHasSubMenu.includes(split[1])) {