Skip to content

Commit

Permalink
Remove left-over TODO in otlploghttp
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Apr 23, 2024
1 parent fe8e3a1 commit 735075c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exporters/otlp/otlplog/otlploghttp/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 735075c

Please sign in to comment.