chore: remove unnecessary data

This commit is contained in:
ValdiANS
2026-01-15 16:13:54 +07:00
parent 7114470c13
commit b2ce9c93b7
@@ -199,10 +199,6 @@ const NonstockForm = ({ type = 'add', initialValues }: NonstockFormProps) => {
// ===== Formik Error List =====
const { formErrorList, close, handleFormSubmit } = useFormikErrorList(formik);
console.log({
values: formik.values,
});
return (
<>
<section className='w-full max-w-xl'>