diff --git a/src/py/flwr/cli/config_utils.py b/src/py/flwr/cli/config_utils.py index 6b646e50255f..40fa1e0d3b98 100644 --- a/src/py/flwr/cli/config_utils.py +++ b/src/py/flwr/cli/config_utils.py @@ -275,7 +275,6 @@ def validate_federation_in_project_config( # Validate the federation exists in the configuration federation_config = config["tool"]["flwr"]["federations"].get(federation) - print(federation_config) if federation_config is None: available_feds = { fed for fed in config["tool"]["flwr"]["federations"] if fed != "default"