Skip to content

Commit

Permalink
Don't create too many providers
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmholmes committed May 10, 2024
1 parent d59c012 commit d88c1b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/grr/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ func createRegistry(context *config.Context) grizzly.Registry {
} else {
providerList = append(providerList, provider.Name()+" - active")
}
providers = append(providers, provider)
}
notifier.InfoStderr(nil, "Providers: "+strings.Join(providerList, ", "))
return grizzly.NewRegistry(providers)
Expand Down

0 comments on commit d88c1b5

Please sign in to comment.