Skip to content

Commit

Permalink
remove printf
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshnoronha committed Apr 19, 2024
1 parent 4056d21 commit 5457c3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/sbom/spdx.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ func (s *spdxDoc) parseSpec() {
sp.format = string(s.format)
sp.version = s.doc.SPDXVersion

fmt.Printf("SPDX format: %s Version: %s\n", sp.format, sp.version)

sp.name = string(SBOMSpecSPDX)
sp.isReqFieldsPresent = s.requiredFields()
if s.doc.CreationInfo != nil {
Expand Down

0 comments on commit 5457c3f

Please sign in to comment.