Removed debugging printf

This commit is contained in:
epipho 2015-02-03 23:21:00 -05:00 committed by Derek Parker
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
}