Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoaresd committed Jul 23, 2024
1 parent d6c3d08 commit c8a22f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/configuration/memberoperatorconfig/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ type Configuration struct {
// then retrieves the latest config using the provided client and updates the cache
func GetConfiguration(cl client.Client) (Configuration, error) {
config, secrets, err := commonconfig.GetConfig(cl, &toolchainv1alpha1.MemberOperatorConfig{})
fmt.Println("aqui vai err", err)
if err != nil {
// return default config
logger.Error(err, "failed to retrieve Configuration")
Expand Down

0 comments on commit c8a22f1

Please sign in to comment.