diff --git a/src/pages/auth/signup/SignUp.tsx b/src/pages/auth/signup/SignUp.tsx index 753f4e6..55c6dbf 100644 --- a/src/pages/auth/signup/SignUp.tsx +++ b/src/pages/auth/signup/SignUp.tsx @@ -37,7 +37,6 @@ const SignUp = () => { const LinearProgressWithLabel = ( props: LinearProgressProps & { value: number }, ) => { - console.log(theme.palette) return (