diff --git a/workflow/setup_expt.py b/workflow/setup_expt.py index 093b5175c6..574dc0d91a 100755 --- a/workflow/setup_expt.py +++ b/workflow/setup_expt.py @@ -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)