Skip to content

Commit

Permalink
Remove spurious DEBUG log (sorry)
Browse files Browse the repository at this point in the history
  • Loading branch information
NevilleS committed Nov 1, 2022
1 parent 25ed18b commit 9442611
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fides/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ def check_and_update_analytics_config(ctx: click.Context, config_path: str) -> N
# If we've not opted out, attempt to register the user if they are
# currently connected to a Fides server
if ctx.obj["CONFIG"].user.analytics_opt_out is False:
click.echo("DEBUG: Checking server status...")
server_url = ctx.obj["CONFIG"].cli.server_url
try:
check_server_health(server_url)
Expand Down

0 comments on commit 9442611

Please sign in to comment.