Removed debugging printf
This commit is contained in:
parent
46b5348455
commit
6b843c18eb
@ -529,7 +529,6 @@ func (thread *ThreadContext) extractVariableFromEntry(entry *dwarf.Entry) (*Vari
|
||||
|
||||
val, err := thread.extractValue(instructions, 0, t, true)
|
||||
if err != nil {
|
||||
fmt.Printf("NAME: %s\n", n)
|
||||
return nil, err
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user