We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfcb04 commit 19abaa1Copy full SHA for 19abaa1
1 file changed
cli/src/utils/sdk-event-handlers.ts
@@ -177,16 +177,6 @@ const handleSubagentStart = (
177
)
178
179
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
-
190
state.message.updater.updateAiMessageBlocks((blocks) =>
191
resolveSpawnAgentToReal({
192
blocks,
0 commit comments