Skip to content

Commit

Permalink
removed leftover print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mbakker7 committed Dec 19, 2024
1 parent 91b1bc6 commit 2955e39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ttim/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def set_parameter(

# convert aquifer names to aquifer objects
for i, iaq in enumerate(aq):
print('iaq ', iaq)
if isinstance(iaq, str):
aq[i] = self.model.aq.inhomdict[iaq]

Expand Down

0 comments on commit 2955e39

Please sign in to comment.