Skip to content

Commit 4e5c903

Browse files
committed
nit
1 parent ef2c68c commit 4e5c903

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opentelemetry-sdk/src/logs/log_processor.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,6 @@ mod tests {
10741074
#[async_trait::async_trait]
10751075
impl LogExporter for AsyncLogExporter {
10761076
async fn export(&mut self, batch: LogBatch<'_>) -> LogResult<()> {
1077-
println!("received..");
10781077
let logs = Arc::clone(&self.logs);
10791078

10801079
// Collect batch into an owned Vec to ensure the data can be moved into the tokio::spawn task

0 commit comments

Comments
 (0)