refactor: 05 => remove console log and TableProductAndService td
This commit is contained in:
parent
e2bd6a6334
commit
8a937dfa31
2 changed files with 3 additions and 4 deletions
|
|
@ -234,7 +234,6 @@ watch(
|
|||
const incoming = current.filter(
|
||||
(lhs) =>
|
||||
!before.find((rhs) => {
|
||||
console.log(lhs, rhs);
|
||||
return JSON.stringify(lhs) === JSON.stringify(rhs);
|
||||
}),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue