Skip to content

Commit 11ba0e6

Browse files
lym953claude
andcommitted
chore: remove debug logging added during development
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 15a7a08 commit 11ba0e6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bottlecap/src/traces/trace_processor.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ impl TraceProcessor for ServerlessTraceProcessor {
391391
}
392392
tracer_payloads.retain(|tp| !tp.chunks.is_empty());
393393
if tracer_payloads.is_empty() {
394-
debug!("TRACE_PROCESSOR | All traces were sampled out, skipping backend send.");
395394
return (None, payloads_for_stats);
396395
}
397396
}

0 commit comments

Comments
 (0)