Skip to content

Commit

Permalink
remove stale line
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanthvn committed Jun 18, 2024
1 parent 2600200 commit eea31f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/elfparser/elf.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ func (e *elfLoader) parseSection() error {
for index, section := range e.elfFile.Sections {
if section.Name == "license" {
data, err := section.Data()
log.Infof("JAY - %s", string(data))
if err != nil {
return fmt.Errorf("failed to read data for section %s", section.Name)
}
Expand Down

0 comments on commit eea31f5

Please sign in to comment.