mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-21 19:07:00 +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))
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue