Skip to content

Commit 05d11f7

Browse files
authored
Remove commented code and debug print statement
1 parent e181331 commit 05d11f7

File tree

1 file changed

+0
-2
lines changed
  • opentelemetry-otlp/tests/integration_test/tests

1 file changed

+0
-2
lines changed

opentelemetry-otlp/tests/integration_test/tests/logs.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ async fn logs_tokio_helper(is_simple: bool, log_send_outside_rt: bool) -> Result
5252

5353
let logger_provider = init_logs(is_simple).unwrap();
5454
let layer = OpenTelemetryTracingBridge::new(&logger_provider);
55-
//let subscriber = tracing_subscriber::registry().with(layer);
5655
// generate a random uuid and store it to expected guid
5756
let expected_uuid = std::sync::Arc::new(Uuid::new_v4().to_string());
5857
{
@@ -127,7 +126,6 @@ fn assert_logs_results_contains(result: &str, expected_content: &str) -> Result<
127126
let mut contents = String::new();
128127
let mut reader = std::io::BufReader::new(&file);
129128
reader.read_to_string(&mut contents)?;
130-
println!("---->>>> Contents: {}", contents);
131129
assert!(contents.contains(expected_content));
132130
Ok(())
133131
}

0 commit comments

Comments
 (0)