mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Fix: Remove unecessary error print
This commit is contained in:
parent
8e4e508073
commit
20bee797c6
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ func (pmdl *ProviderMetadataLoader) loadFromURL(path string) *LoadedProviderMeta
|
|||
case len(errors) > 0:
|
||||
result.Messages = []ProviderMetadataLoadMessage{{
|
||||
Type: SchemaValidationFailed,
|
||||
Message: fmt.Sprintf("%s: Validating against JSON schema failed: %v", path, err),
|
||||
Message: fmt.Sprintf("%s: Validating against JSON schema failed", path),
|
||||
}}
|
||||
for _, msg := range errors {
|
||||
result.Messages.Add(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue