chore(FE): remove unnecessary code

This commit is contained in:
ValdiANS
2026-03-09 13:40:58 +07:00
parent 2cfa8c046b
commit c42fdbf33d
@@ -210,11 +210,6 @@ const KandangForm = ({ type = 'add', initialValues }: KandangFormProps) => {
// ===== Formik Error List =====
const { formErrorList, close, handleFormSubmit } = useFormikErrorList(formik);
console.log({
values: formik.values,
errors: formik.errors,
});
return (
<>
<section className='w-full max-w-xl'>