Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
samau3 committed Oct 20, 2024
1 parent 85efc46 commit 80f1d52
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -102,8 +101,6 @@ export default function RegisterPhysician({
}
};

console.log(form.getValues());

return (
<>
<Modal
Expand Down

0 comments on commit 80f1d52

Please sign in to comment.