From 512f17bd7f80fc4b7196afef535ad0ead8d7fd92 Mon Sep 17 00:00:00 2001 From: Chong Shen Ng Date: Mon, 4 Nov 2024 15:30:32 +0000 Subject: [PATCH] Init --- src/py/flwr/cli/config_utils.py | 1 - 1 file changed, 1 deletion(-) 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"