Skip to content

Commit 5754939

Browse files
committed
fix(console): drop noisy warn when reconcile finds no matching entry
1 parent 17a9a7b commit 5754939

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/utils/workflow-execution-utils.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -543,16 +543,6 @@ function reconcileChildTraceSpans(
543543
? findConsoleEntryForSpan(workflowId, executionId, childWorkflowInstanceId, span)
544544
: undefined
545545
if (span.blockId) {
546-
if (!matchingEntry) {
547-
logger.warn('reconcileChildTraceSpans found no matching console entry for span', {
548-
workflowId,
549-
executionId,
550-
spanBlockId: span.blockId,
551-
childWorkflowInstanceId,
552-
spanExecutionOrder: span.executionOrder,
553-
spanIterationIndex: span.iterationIndex,
554-
})
555-
}
556546
const errorMessage = normalizeSpanError(span.output?.error)
557547
updateConsole(
558548
span.blockId,

0 commit comments

Comments
 (0)