diff --git a/src/components/AuthUser/SignInForm/SignInForm.tsx b/src/components/AuthUser/SignInForm/SignInForm.tsx index 0482d78b3af84a448fc63b8206f4b36d7ea6bd20..d80391a8bcd66bdb457a62f61ac680aa2e2f3af0 100644 --- a/src/components/AuthUser/SignInForm/SignInForm.tsx +++ b/src/components/AuthUser/SignInForm/SignInForm.tsx @@ -26,9 +26,6 @@ export const SignInForm: FC = () => { }; if (!isCookieFetched) fetchCookie(); }, [isCookieFetched]); - - console.log(isCookieFetched); - const history = useHistory(); const { setRole } = useContext(AuthContext);