Skip to content

Commit a29d2de

Browse files
committed
chore: remove verbose ID conversion debug log
1 parent 419c0a0 commit a29d2de

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/pruning-tool.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ export function createPruningTool(
6262
.map(numId => getActualId(sessionId, numId))
6363
.filter((id): id is string => id !== undefined)
6464

65-
logger.debug("prune-tool", "ID conversion", {
66-
inputIds: args.ids,
67-
actualIds: prunedIds,
68-
toolParamsKeys: Array.from(state.toolParameters.keys()).slice(0, 10)
69-
})
70-
7165
if (prunedIds.length === 0) {
7266
return "None of the provided IDs were valid. Check the <prunable-tools> list for available IDs."
7367
}

0 commit comments

Comments
 (0)