Skip to content

Commit

Permalink
chore: remove leftover console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
zz-hh-aa committed Oct 17, 2024
1 parent 2c7a9f6 commit 18d0cd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/Mortgage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ export class Mortgage {
}
private calculateTotalInterest() {
const totalInterest = parseFloat((this.principal * this.interestRate * this.termYears).toFixed(2))
console.log("Total interest: ", totalInterest)
return totalInterest
}
}

0 comments on commit 18d0cd4

Please sign in to comment.