Skip to content

Commit dac0205

Browse files
committed
remove print
1 parent ab6f3f2 commit dac0205

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opentelemetry-sdk/benches/metric_counter.rs

-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ fn counter_overflow(c: &mut Criterion) {
128128
];
129129

130130
let counter = create_counter("Counter_Overflow");
131-
println!("Counter_Overflow hello init");
132131
// Cause overflow.
133132
for v in 0..2001 {
134133
counter.add(100, &[KeyValue::new("A", v.to_string())]);

0 commit comments

Comments
 (0)