Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
samau3 committed Sep 12, 2024
1 parent bc85669 commit 4fc681b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/pages/patients/PatientRegistration.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ export default function PatientRegistration() {
// eslint-disable-next-line
}, [data]);

console.log(form.getValues());

const showSuccessNotification = (message) => {
notifications.show({
title: 'Success',
Expand Down

0 comments on commit 4fc681b

Please sign in to comment.