Skip to content

Commit

Permalink
conflict fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KatHellg committed Nov 25, 2024
1 parent e97970a commit 1ff5086
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fedn/cli/combiner_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ def list_combiners(ctx, protocol: str, host: str, port: str, token: str = None,
headers["Authorization"] = _token


click.echo(f"\nListing combiners: {url}\n")
click.echo(f"Headers: {headers}")
try:
response = requests.get(url, headers=headers)
print_response(response, "combiners", None)
Expand Down

0 comments on commit 1ff5086

Please sign in to comment.