Skip to content

Commit ae55e29

Browse files
authored
Remove left-over TODO in otlploghttp (#5256)
1 parent fe8e3a1 commit ae55e29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exporters/otlp/otlplog/otlploghttp/exporter.go

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ func New(_ context.Context, options ...Option) (*Exporter, error) {
3232
}
3333

3434
func newExporter(c *client, _ config) (*Exporter, error) {
35-
// TODO: implement
3635
e := &Exporter{}
3736
e.client.Store(c)
3837
return e, nil

0 commit comments

Comments
 (0)