Skip to content

Commit

Permalink
Remove log.SetLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya1702 committed Nov 19, 2024
1 parent b71df7b commit f61501a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/services/ingest.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ func NewIngestService(
tssRouter tssrouter.Router,
tssStore tssstore.Store,
) (*ingestService, error) {
log.SetLevel(log.InfoLevel)
if models == nil {
return nil, errors.New("models cannot be nil")
}
Expand Down

0 comments on commit f61501a

Please sign in to comment.