Skip to content

Commit 9948f97

Browse files
committed
refactor: remove debug logging from executeHandoffCalls function
1 parent 01a91fa commit 9948f97

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/agents-core/src/runImplementation.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1834,14 +1834,6 @@ export async function executeHandoffCalls<
18341834
runner: Runner,
18351835
runContext: RunContext<TContext>,
18361836
): Promise<SingleStepResult> {
1837-
logger.debug(
1838-
`[executeHandoffCalls] Executing ${runHandoffs.length} handoff(s):`,
1839-
);
1840-
for (const handoff of runHandoffs) {
1841-
logger.debug(
1842-
` - ${handoff.toolCall.name} (callId: ${handoff.toolCall.callId})`,
1843-
);
1844-
}
18451837
newStepItems = [...newStepItems];
18461838

18471839
if (runHandoffs.length === 0) {

0 commit comments

Comments
 (0)