Skip to content

Commit

Permalink
chore: remove debug line
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Phillips <[email protected]>
  • Loading branch information
spiffcs committed Aug 9, 2023
1 parent f1ef5a0 commit b777224
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions syft/pkg/cataloger/java/archive_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ func (j *archiveParser) discoverMainPackage() (*pkg.Package, error) {
log.Warnf("failed to create digest for file=%q: %+v", j.archivePath, err)
}

name := selectName(manifest, j.fileInfo)
fmt.Println("name: ", name)
// we use j.location because we want to associate the license declaration with where we discovered the contents in the manifest
licenses := pkg.NewLicensesFromLocation(j.location, selectLicenses(manifest)...)
return &pkg.Package{
Expand Down

0 comments on commit b777224

Please sign in to comment.