From 11a409690065937b53479d618158b70d5ade7fa4 Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:17:11 -0700 Subject: [PATCH] config: remove incorrect comment The issue to return the SDK was implemented but the TODO was left behind. Removing it in this PR. Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com> --- config/config.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/config.go b/config/config.go index 8fcd53d49bf..6b8d43cd468 100644 --- a/config/config.go +++ b/config/config.go @@ -130,6 +130,3 @@ func WithOpenTelemetryConfiguration(cfg OpenTelemetryConfiguration) Configuratio // TODO: implement parsing functionality: // - https://github.com/open-telemetry/opentelemetry-go-contrib/issues/4373 // - https://github.com/open-telemetry/opentelemetry-go-contrib/issues/4412 - -// TODO: create SDK from the model: -// - https://github.com/open-telemetry/opentelemetry-go-contrib/issues/4371