Skip to content

Commit 16650b3

Browse files
committed
refactor: remove redundant comment
1 parent e0c505a commit 16650b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/janitor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,6 @@ export class Janitor {
669669
const missingTools = llmPrunedIds.filter(id => {
670670
const normalizedId = id.toLowerCase()
671671
const metadata = toolMetadata.get(normalizedId)
672-
// batch tools are intentionally excluded from the summary, so don't count them as missing
673672
if (metadata?.tool === 'batch') return false
674673
return !metadata || !foundToolNames.has(metadata.tool)
675674
})

0 commit comments

Comments
 (0)