chore: remove log

This commit is contained in:
puriphatt 2024-10-16 14:28:58 +07:00
parent 6894ebbc12
commit a6efae9e1d

View file

@ -192,7 +192,6 @@ watch(
([newCount, _newF], [oldCount, _oldF]) => {
calculateInstallments({ newCount: newCount || 0, oldCount: oldCount || 0 });
if (newCount !== oldCount) {
console.log('asdas');
paySplit.value[0].date && installmentsDate(paySplit.value[0].date);
}
},