1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-03 15:02:35 +02:00

Remove leftover Printf (#4002)

Co-authored-by: Philipp Stehle <philipp.stehle@sap.com>
This commit is contained in:
Jan von Löwenstein 2022-09-23 10:01:12 +02:00 committed by GitHub
parent 2dfca180a7
commit 2843d6ae75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,6 @@ func MergeSBOMFiles(pattern, output, img, dockerConfigFile string, utils BuildUt
}
defer out.Close()
fmt.Printf("*** saving %q ***", outFile)
log.Entry().Debugf("saving CycloneDX SBOM file to %q", outFile)
err = cycloneDxXML.Encode(out, *bom)
if err != nil {