From ae55e2974455463e5fa4f36d7fe700bab4207dfe Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Tue, 23 Apr 2024 09:34:55 -0700 Subject: [PATCH] Remove left-over TODO in otlploghttp (#5256) --- exporters/otlp/otlplog/otlploghttp/exporter.go | 1 - 1 file changed, 1 deletion(-) diff --git a/exporters/otlp/otlplog/otlploghttp/exporter.go b/exporters/otlp/otlplog/otlploghttp/exporter.go index e852b766501..64b0fdc6da4 100644 --- a/exporters/otlp/otlplog/otlploghttp/exporter.go +++ b/exporters/otlp/otlplog/otlploghttp/exporter.go @@ -32,7 +32,6 @@ func New(_ context.Context, options ...Option) (*Exporter, error) { } func newExporter(c *client, _ config) (*Exporter, error) { - // TODO: implement e := &Exporter{} e.client.Store(c) return e, nil