Skip to content

Commit d82829a

Browse files
committed
review comment, remove unused import
1 parent f619e60 commit d82829a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/trace/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! can be set for the default OpenTelemetry limits and Sampler.
55
use crate::trace::{span_limit::SpanLimits, IdGenerator, RandomIdGenerator, Sampler, ShouldSample};
66
use crate::Resource;
7-
use opentelemetry::{otel_debug, otel_warn};
7+
use opentelemetry::otel_warn;
88
use std::borrow::Cow;
99
use std::env;
1010
use std::str::FromStr;

0 commit comments

Comments
 (0)