You've already forked opentelemetry-go
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user