Skip to content

Commit

Permalink
rm printf
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Oct 26, 2022
1 parent 5ebc005 commit 21effb1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions pkg/api/installations.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package api

import (
"fmt"

"github.com/pluralsh/gqlclient"
"github.com/pluralsh/gqlclient/pkg/utils"
)
Expand Down Expand Up @@ -139,7 +137,6 @@ func (client *client) OIDCProvider(id string, attributes *OidcProviderAttributes
Bindings: bindings,
RedirectUris: redirectUris,
})
fmt.Printf("%+v", redirectUris)
return err
}

Expand Down
2 changes: 0 additions & 2 deletions pkg/bundle/oidc.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ func mergeOidcAttributes(inst *api.Installation, attributes *api.OidcProviderAtt
}
}
attributes.Bindings = bindings
fmt.Printf("%+v", attributes)

}

func formatRedirectUris(settings *api.OIDCSettings, ctx map[string]interface{}) ([]string, error) {
Expand Down

0 comments on commit 21effb1

Please sign in to comment.