Skip to content

Commit 7fd63a4

Browse files
committed
remove comment
1 parent a5a72ef commit 7fd63a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,6 @@ export class LoggingSession {
351351

352352
const hasProvidedSpans = Array.isArray(traceSpans) && traceSpans.length > 0
353353

354-
// When skipCost is true (preprocessing errors), don't charge anything
355-
// When we have trace spans, calculate actual cost from them
356-
// Otherwise, charge the base execution fee for errors that occurred during execution
357354
const costSummary = skipCost
358355
? {
359356
totalCost: 0,

0 commit comments

Comments
 (0)