Josh-Voyles / affordable

Affordible is a simple financial calculator that helps you determine what you can afford.
GNU General Public License v3.0
0 stars 0 forks source link

Removed unused variable for issue #143 #145

Closed randy-shreeves closed 2 months ago

randy-shreeves commented 2 months ago

Removed unused loan_to_value variable. Verified that all calculation are still accurate by using https://usmortgagecalculator.org/ . The variable is no longer used because it's only purpose was to check if a user has supplied a down payment of greater than or equal to 20%. that check is now being handled as a pop up window on the front end.