Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions framework/py/flwr/clientapp/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ def _load(fab_id: str, fab_version: str, fab_hash: str) -> ClientApp:
f"and FAB version '{fab_version}'.",
) from None

# log(WARN, "FAB ID is not provided; the default ClientApp will be loaded.")

# Set app reference
client_app_ref = config["tool"]["flwr"]["app"]["components"]["clientapp"]
# If multi-app feature is enabled
Expand Down
Loading