Skip to content

Remove duplicate debug logging in load_config_from_yaml#565

Open
pgoslatara wants to merge 1 commit intomainfrom
fix/remove-duplicate-logging
Open

Remove duplicate debug logging in load_config_from_yaml#565
pgoslatara wants to merge 1 commit intomainfrom
fix/remove-duplicate-logging

Conversation

@pgoslatara
Copy link
Member

Summary

  • Removed duplicate logging.debug call in load_config_from_yaml() (utils.py:347) that logged the same message with a different variable (config_file vs config_path). The remaining line uses config_path which provides the fully resolved path.

Test plan

  • Pre-commit hooks pass
  • Existing tests pass (no behavioral change)

🤖 Generated with Claude Code

The function logged the same message twice with slightly different
variables (config_path and config_file). Keep the config_path version
as it provides the fully resolved path.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant