chore: remove log
This commit is contained in:
parent
6894ebbc12
commit
a6efae9e1d
1 changed files with 0 additions and 1 deletions
|
|
@ -192,7 +192,6 @@ watch(
|
||||||
([newCount, _newF], [oldCount, _oldF]) => {
|
([newCount, _newF], [oldCount, _oldF]) => {
|
||||||
calculateInstallments({ newCount: newCount || 0, oldCount: oldCount || 0 });
|
calculateInstallments({ newCount: newCount || 0, oldCount: oldCount || 0 });
|
||||||
if (newCount !== oldCount) {
|
if (newCount !== oldCount) {
|
||||||
console.log('asdas');
|
|
||||||
paySplit.value[0].date && installmentsDate(paySplit.value[0].date);
|
paySplit.value[0].date && installmentsDate(paySplit.value[0].date);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue