File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
opentelemetry-otlp/tests/integration_test/tests Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments