IO-3108 Remove Console Log

Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
Allan Carr
2025-01-23 15:21:10 -08:00
parent 2718a66fb0
commit 5ec032d8d6

View File

@@ -36,7 +36,6 @@ export function JobsConvertButton({ bodyshop, job, refetch, jobRO, insertAuditTr
const { t } = useTranslation();
const [form] = Form.useForm();
const allFormValues = Form.useWatch([], form);
console.log("allFormValues", allFormValues, "towin", job.towin);
const handleConvert = async ({ employee_csr, category, ...values }) => {
if (parentFormIsFieldsTouched()) {