fix: Remove redundant logging parameter
Address reviewer comment about redundant third parameter in debug log statement. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
22bfdc532a
commit
8658bf2949
1 changed files with 1 additions and 2 deletions
|
|
@ -328,10 +328,9 @@ async def _resolve_with_llm(
|
|||
extra_ids = received_ids - expected_ids
|
||||
|
||||
logger.debug(
|
||||
'Received %d resolutions for %d entities (expected %d)',
|
||||
'Received %d resolutions for %d entities',
|
||||
len(node_resolutions),
|
||||
len(state.unresolved_indices),
|
||||
len(state.unresolved_indices),
|
||||
)
|
||||
|
||||
if missing_ids:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue