removed print

This commit is contained in:
pb 2025-08-12 12:18:53 +02:00
parent f22e7f4514
commit d069baa8ce

View File

@ -221,7 +221,6 @@ func (b *ArgoBuilder) addStorageAnnotations(id string, template *Template, names
b.addS3annotations(&art, template, rw, linkToStorage, storage, namespace)
}
fmt.Println(art.Name)
if rw.Write {
template.Outputs.Artifacts = append(template.Outputs.Artifacts, art)
} else {