1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-28 21:09:17 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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