Skip to content

Commit

Permalink
Remove diagnostic text
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlangevin committed Jan 17, 2024
1 parent 20eb176 commit 74e192e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ecm_prep_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ def fill_user_inputs(opts: argparse.NameSpace) -> argparse.NameSpace: # noqa: F
print('Please try again. Enter either 1 or 2. '
'Use ctrl-c to exit.')
opts.grid_decarb = input_var
print(opts.grid_decarb, 'HERERERE')
# Ensure that if alternate grid decarbonization scenario to be used,
# EMM regional breakouts are set (grid decarb data use this resolution)
if (opts.alt_regions in ["State"]):
Expand Down

0 comments on commit 74e192e

Please sign in to comment.