refactor: 05 => remove console log and TableProductAndService td

This commit is contained in:
puriphatt 2025-02-03 10:32:18 +07:00
parent e2bd6a6334
commit 8a937dfa31
2 changed files with 3 additions and 4 deletions

View file

@ -234,7 +234,6 @@ watch(
const incoming = current.filter(
(lhs) =>
!before.find((rhs) => {
console.log(lhs, rhs);
return JSON.stringify(lhs) === JSON.stringify(rhs);
}),
);