From 80f1d525bab1eb940af29054edc0d80d15c9e3f6 Mon Sep 17 00:00:00 2001 From: samau3 Date: Sun, 20 Oct 2024 00:04:45 -0700 Subject: [PATCH] Remove console logs --- .../src/pages/patients/register/inputs/RegisterPhysician.jsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/src/pages/patients/register/inputs/RegisterPhysician.jsx b/client/src/pages/patients/register/inputs/RegisterPhysician.jsx index 4c153c22..4a20bd37 100644 --- a/client/src/pages/patients/register/inputs/RegisterPhysician.jsx +++ b/client/src/pages/patients/register/inputs/RegisterPhysician.jsx @@ -76,7 +76,6 @@ export default function RegisterPhysician({ }); const handleSubmit = async (values) => { - console.log(values); try { const result = await mutateAsync(values); const { firstName, middleName, lastName } = result; @@ -102,8 +101,6 @@ export default function RegisterPhysician({ } }; - console.log(form.getValues()); - return ( <>