refactor: remove unnecessary console log in goToQuotation function

This commit is contained in:
puriphatt 2024-12-26 10:54:58 +07:00
parent 07e5fd6328
commit 4653a54914

View file

@ -635,7 +635,6 @@ function goToQuotation(
v.productService.work?.attributes?.workflowStep[
pageState.currentStep - 1
]?.attributes?.properties;
console.log(v);
return Object.assign(v, {
_documentExpansion: _props.some(
(v: PropVariant) => v.fieldName === 'documentCheck',