Compare commits

...

1 Commits

Author SHA1 Message Date
Lea Anthony
af1a1a2498 chore: remove debug output 2019-09-03 19:36:21 +10:00

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
}