Skip to content

Commit

Permalink
removed print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmyasris committed Aug 1, 2024
1 parent 035749d commit 65dc8f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fedn/cli/run_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,6 @@ def client_cmd(
apply_config(init, config)
click.echo(f"\nClient configuration loaded from file: {init}")
click.echo("Values set in file override defaults and command line arguments...\n")
click.echo(f"config {config}")

try:
validate_client_config(config)
except InvalidClientConfig as e:
Expand Down Expand Up @@ -317,7 +315,6 @@ def combiner_cmd(ctx, discoverhost, discoverport, token, name, host, port, fqdn,
)

if init:
print(config)
apply_config(init, config)
click.echo(f"\nCombiner configuration loaded from file: {init}")
click.echo("Values set in file override defaults and command line arguments...\n")
Expand Down

0 comments on commit 65dc8f0

Please sign in to comment.