1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

Remove left-over TODO in otlploghttp (#5256)

This commit is contained in:
Tyler Yahn
2024-04-23 09:34:55 -07:00
committed by GitHub
parent fe8e3a1b42
commit ae55e29744
@@ -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