Skip to content

Remove stale commented FAB ID warning in client app loader#6870

Open
danieljanes wants to merge 2 commits intomainfrom
codex/remove-commented-log-line-in-utils.py
Open

Remove stale commented FAB ID warning in client app loader#6870
danieljanes wants to merge 2 commits intomainfrom
codex/remove-commented-log-line-in-utils.py

Conversation

@danieljanes
Copy link
Copy Markdown
Member

Motivation

  • Remove a misleading commented log in get_load_client_app_fn because this branch validates FAB metadata and the old comment no longer reflects runtime behavior.

Description

  • Delete the commented log(WARN, "FAB ID is not provided; the default ClientApp will be loaded.") line in framework/py/flwr/clientapp/utils.py with no functional changes to loading logic.

Testing

  • No automated tests were run for this comment-only cleanup.

Codex Task

@danieljanes danieljanes requested a review from tanertopal as a code owner March 27, 2026 13:07
Copilot AI review requested due to automatic review settings March 27, 2026 13:07
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes a stale, commented-out warning log in the ClientApp loader (get_load_client_app_fn) to avoid misleading readers about current FAB metadata validation behavior.

Changes:

  • Deleted an outdated commented log(WARN, ...) line in the multi-app + app_path branch.
  • No runtime behavior changes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions github-actions bot added the Maintainer Used to determine what PRs (mainly) come from Flower maintainers. label Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

codex Maintainer Used to determine what PRs (mainly) come from Flower maintainers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants