Skip to content

Commit

Permalink
clean up print command
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Nov 24, 2024
1 parent f761159 commit 0e57edd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion taxcalc/consumption.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class instance: Consumption
def __init__(self, nyrs=NUM_YEARS):
# put JSON contents of DEFAULTS_FILE_NAME into self._vals dictionary
super().__init__()
print("Consumption num years = ", nyrs)
self.initialize(Consumption.JSON_START_YEAR,
nyrs)

Expand Down

0 comments on commit 0e57edd

Please sign in to comment.