Skip to content

Commit

Permalink
remove diagnostic print commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Jan 25, 2024
1 parent ff44dbb commit e163b0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ogcore/SS.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,9 +481,6 @@ def inner_loop(outer_loop_vars, p, client):
debt_service,
p,
)
print("Agg tax = ", total_tax_revenue)
print("Agg pension outlays = ", agg_pension_outlays)
print("Agg UBI outlays = ", UBI_outlays)
new_TR = fiscal.get_TR(
Y,
TR,
Expand Down

0 comments on commit e163b0c

Please sign in to comment.