fix debug line

This commit is contained in:
Yann Hamon 2023-01-22 20:28:25 +01:00
parent b2be23b2ce
commit 35c74cf1ad

View file

@ -229,7 +229,6 @@ func downloadSchema(registries []registry.Registry, kind, version, k8sVersion st
schema, err := jsonschema.CompileString(path, string(schemaBytes)) schema, err := jsonschema.CompileString(path, string(schemaBytes))
// If we got a non-parseable response, we try the next registry // If we got a non-parseable response, we try the next registry
if err != nil { if err != nil {
fmt.Printf("TOTO %s\n", err)
continue continue
} }
return schema, err return schema, err