Skip to content

Commit

Permalink
Remove debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Oct 16, 2024
1 parent ae67752 commit 36df30d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ def formula(person, period, parameters):
else:
pen_con_subtracted_r = 0

print(c_b, r_r, pen_con_subtracted_r, t_r)

new_ni_class_1_income = (c_b + r_r * (pen_con_subtracted_r + t_r)) / (
1 + r_r
)
Expand Down

0 comments on commit 36df30d

Please sign in to comment.