mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-27 23:47:33 -05:00
jwkset: remove debugging printlns
This commit is contained in:
2
vendor/github.com/MicahParks/jwkset/storage.go
generated
vendored
2
vendor/github.com/MicahParks/jwkset/storage.go
generated
vendored
@@ -212,10 +212,8 @@ type httpStorage struct {
|
||||
// not block the return of this function.
|
||||
func NewStorageFromHTTP(remoteJWKSetURL string, options HTTPClientStorageOptions) (Storage, error) {
|
||||
if options.Client == nil {
|
||||
fmt.Println("***** USING DEFAULT HTTP CLIENT *****")
|
||||
options.Client = http.DefaultClient
|
||||
} else {
|
||||
fmt.Println("***** USING PROVIDED HTTP CLIENT *****")
|
||||
}
|
||||
if options.Ctx == nil {
|
||||
options.Ctx = context.Background()
|
||||
|
||||
Reference in New Issue
Block a user