From 4fc681b614f57ea2d4c7851659a7c7f6f453e17b Mon Sep 17 00:00:00 2001 From: samau3 Date: Wed, 11 Sep 2024 22:52:48 -0700 Subject: [PATCH] Remove console log --- client/src/pages/patients/PatientRegistration.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/pages/patients/PatientRegistration.jsx b/client/src/pages/patients/PatientRegistration.jsx index 7f1e1e91..f7c0c4f2 100644 --- a/client/src/pages/patients/PatientRegistration.jsx +++ b/client/src/pages/patients/PatientRegistration.jsx @@ -218,8 +218,6 @@ export default function PatientRegistration() { // eslint-disable-next-line }, [data]); - console.log(form.getValues()); - const showSuccessNotification = (message) => { notifications.show({ title: 'Success',