Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsaezm committed Feb 16, 2023
1 parent f5ae61f commit 0a83877
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/proc/stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,6 @@ func (it *stackIterator) appendInlineCalls(frames []Stackframe, frame Stackframe
// it.regs.CFA; the caller has to eventually switch it.regs when the iterator
// advances to the next frame.
func (it *stackIterator) advanceRegs() (callFrameRegs op.DwarfRegisters, ret uint64, retaddr uint64) {
if it.frame.Current.Fn != nil {
fmt.Println("fname", it.frame.Current.Fn.Name)
}
fde, err := it.bi.frameEntries.FDEForPC(it.pc)
var framectx *frame.FrameContext
if _, nofde := err.(*frame.ErrNoFDEForPC); nofde {
Expand Down

0 comments on commit 0a83877

Please sign in to comment.