Skip to content

Commit 24a6f4f

Browse files
authored
Remove commented error handling in HTTP exporter
1 parent 91e9942 commit 24a6f4f

File tree

1 file changed

+0
-1
lines changed
  • opentelemetry-otlp/src/exporter/http

1 file changed

+0
-1
lines changed

opentelemetry-otlp/src/exporter/http/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ impl HttpExporterBuilder {
166166
.timeout(timeout_clone)
167167
.build()
168168
.unwrap_or_else(|_| reqwest::blocking::Client::new())
169-
// Handle error safely
170169
})
171170
.join()
172171
.unwrap(), // Unwrap thread result

0 commit comments

Comments
 (0)