From 25062cd238137f9c9ad66f5e0171db94b116d0cf Mon Sep 17 00:00:00 2001 From: Bryan Garza <1396101+bryangarza@users.noreply.github.com> Date: Wed, 25 May 2022 09:02:53 -0700 Subject: [PATCH] chore: remove duplicate cfg line and comment (#99) --- src/bin/server.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/server.rs b/src/bin/server.rs index 5a9c783..7da0a13 100644 --- a/src/bin/server.rs +++ b/src/bin/server.rs @@ -22,8 +22,6 @@ use opentelemetry::sdk::trace as sdktrace; // For passing along the same XrayId across services use opentelemetry_aws::trace::XrayPropagator; #[cfg(feature = "otel")] -// To be able to pass along the XrayId across services -#[cfg(feature = "otel")] // The `Ext` traits are to allow the Registry to accept the // OpenTelemetry-specific types (such as `OpenTelemetryLayer`) use tracing_subscriber::{