chore: remove debug output

This commit is contained in:
Lea Anthony
2019-09-03 19:36:21 +10:00
parent cc0617d247
commit af1a1a2498

View File

@@ -195,7 +195,7 @@ func (b *Manager) processFunctionCall(callData *messages.CallData) (interface{},
return nil, errorResult.Interface().(error)
}
}
fmt.Printf("result = '%+v'\n", result)
// fmt.Printf("result = '%+v'\n", result)
if len(result) > 0 {
return result[0].Interface(), nil
}