Skip to content

Commit

Permalink
Remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Nov 26, 2024
1 parent da13b27 commit c7437d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflow/setup_expt.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@ def main(*argv):
if user_inputs.account is not None:
host.info.ACCOUNT = user_inputs.account

print(host.info.ACCOUNT)
# Determine ocean resolution if not provided
if user_inputs.resdetocean <= 0:
user_inputs.resdetocean = get_ocean_resolution(user_inputs.resdetatmos)
Expand Down

0 comments on commit c7437d3

Please sign in to comment.