Skip to content

Commit

Permalink
forgot to remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bnb32 committed Dec 24, 2022
1 parent c3c0a2f commit aba9f10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sup3r/pipeline/pipeline_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def valid_config_keys():
def from_config(ctx, config_file, cancel, monitor, background, verbose):
"""Run sup3r pipeline from a config file."""
ctx.ensure_object(dict)
print(f'**config_file = {config_file}**')
verbose = any([verbose, ctx.obj.get('VERBOSE', False)])

if cancel:
Expand Down

0 comments on commit aba9f10

Please sign in to comment.