cleanuped example console printouts

This commit is contained in:
Mark Chmarny 2020-06-12 16:08:00 -07:00
parent 05a6fd2940
commit 886ceb135e
1 changed files with 0 additions and 2 deletions

View File

@ -47,8 +47,6 @@ func (s *server) MyMethod() string {
func (s *server) OnInvoke(ctx context.Context, in *commonv1pb.InvokeRequest) (*commonv1pb.InvokeResponse, error) {
var response string
fmt.Printf("Got invoked with: %s", string(in.Data.Value))
switch in.Method {
case "MyMethod":
response = s.MyMethod()