Skip to content

Commit

Permalink
Remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Dec 27, 2023
1 parent 7c72b03 commit a60094a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion log/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ type LoggerOption interface {

// NewLoggerConfig creates a new LoggerConfig and applies
// all the given options.
// TODO: Add unit tests.
func NewLoggerConfig(opts ...LoggerOption) LoggerConfig {
var config LoggerConfig
for _, o := range opts {
Expand Down

0 comments on commit a60094a

Please sign in to comment.