Skip to content

Commit ddc4340

Browse files
committed
address PR feedback
1 parent 79b3bc8 commit ddc4340

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

bottlecap/src/otlp/processor.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@ impl Processor {
4747
) -> Result<Vec<Vec<DatadogSpan>>, Box<dyn Error>> {
4848
let request = match encoding {
4949
OtlpEncoding::Json => {
50-
tracing::debug!("Decoding OTLP traces as JSON");
5150
serde_json::from_slice::<ExportTraceServiceRequest>(body)?
5251
}
5352
OtlpEncoding::Protobuf => {
54-
tracing::debug!("Decoding OTLP traces as Protobuf");
5553
ExportTraceServiceRequest::decode(body)?
5654
}
5755
};

0 commit comments

Comments
 (0)