mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 22:19:25 +00:00
fix debug line
This commit is contained in:
parent
b2be23b2ce
commit
35c74cf1ad
1 changed files with 0 additions and 1 deletions
|
|
@ -229,7 +229,6 @@ func downloadSchema(registries []registry.Registry, kind, version, k8sVersion st
|
|||
schema, err := jsonschema.CompileString(path, string(schemaBytes))
|
||||
// If we got a non-parseable response, we try the next registry
|
||||
if err != nil {
|
||||
fmt.Printf("TOTO %s\n", err)
|
||||
continue
|
||||
}
|
||||
return schema, err
|
||||
|
|
|
|||
Loading…
Reference in a new issue