Skip to content

Commit

Permalink
chore: remove print sources
Browse files Browse the repository at this point in the history
  • Loading branch information
LiusCraft committed Jan 21, 2024
1 parent f910780 commit b41714d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/proc/bininfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -2339,9 +2339,6 @@ func (bi *BinaryInfo) loadDebugInfoMaps(image *Image, debugInfoBytes, debugLineB
}
sort.Strings(bi.Sources)
bi.Sources = uniq(bi.Sources)
for i, v := range bi.Sources {
fmt.Println(i, v)
}
if cont != nil {
cont()
}
Expand Down

0 comments on commit b41714d

Please sign in to comment.