From d9932774631cf06c2365877af01cdd84c2e699be Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Wed, 11 Dec 2024 11:00:50 +0800 Subject: [PATCH] Remove console log statement --- Client/src/Pages/Auth/Register/StepThree/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/Client/src/Pages/Auth/Register/StepThree/index.jsx b/Client/src/Pages/Auth/Register/StepThree/index.jsx index 760587b7b..4f565c528 100644 --- a/Client/src/Pages/Auth/Register/StepThree/index.jsx +++ b/Client/src/Pages/Auth/Register/StepThree/index.jsx @@ -31,7 +31,6 @@ function StepThree({ onSubmit, onBack }) { }, []); const { handleChange, feedbacks, form, errors } = useValidatePassword(); - console.log(errors); return ( <>