Skip to content

Commit 19abaa1

Browse files
committed
remove another log
1 parent 1cfcb04 commit 19abaa1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

cli/src/utils/sdk-event-handlers.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -177,16 +177,6 @@ const handleSubagentStart = (
177177
)
178178

179179
if (spawnAgentMatch) {
180-
state.logger.info(
181-
{
182-
tempId: spawnAgentMatch.tempId,
183-
realAgentId: event.agentId,
184-
agentType: event.agentType,
185-
hasParentAgentId: !!event.parentAgentId,
186-
},
187-
'Matching spawn_agents block found',
188-
)
189-
190180
state.message.updater.updateAiMessageBlocks((blocks) =>
191181
resolveSpawnAgentToReal({
192182
blocks,

0 commit comments

Comments
 (0)