chore: remove unnecessary code

This commit is contained in:
ValdiANS
2026-04-08 15:30:37 +07:00
parent 0ef8c06e41
commit 5c39e900f3
@@ -157,11 +157,6 @@ const SalesOrderProductForm = ({
); );
}, [selectedProductWarehouse, formik.values.marketing_type]); }, [selectedProductWarehouse, formik.values.marketing_type]);
console.log({
initialValues,
values: formik.values,
});
// ===== Options ===== // ===== Options =====
const { const {
options: warehouseOptions, options: warehouseOptions,