Skip to content

Commit 4cabc4b

Browse files
committed
comments cleanup
1 parent 307eee7 commit 4cabc4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/sim/lib/logs/execution/logging-session.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,6 @@ export class LoggingSession {
512512
hasErrors: false,
513513
})
514514

515-
// Create OpenTelemetry trace spans for the workflow execution
516515
if (traceSpans && traceSpans.length > 0) {
517516
const startTime = new Date(endTime.getTime() - Math.max(1, durationMs))
518517
createOTelSpansForWorkflowExecution({
@@ -594,7 +593,6 @@ export class LoggingSession {
594593
totalCost: costSummary.totalCost || 0,
595594
})
596595

597-
// Create OpenTelemetry trace spans for the workflow execution
598596
if (traceSpans && traceSpans.length > 0) {
599597
const startTime = new Date(endTime.getTime() - Math.max(1, durationMs))
600598
createOTelSpansForWorkflowExecution({

0 commit comments

Comments
 (0)