Skip to content

Commit

Permalink
no possible infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuiantw1212 committed May 9, 2024
1 parent 2c8757d commit c7bece6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/calculator/mortgage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ function calculateMortgage(options: any = { propagate: true }) {
calculateMonthlyRepay()
// draw chart
debounce(() => {
console.trace('Infinite loop checker.')
drawDownpayChart(propagate)
if (setDownpay || setTotalPrice) {
calculateDownpayYear()
Expand Down

0 comments on commit c7bece6

Please sign in to comment.