remove print statement

This commit is contained in:
Asim Aslam 2020-08-09 19:35:07 +01:00
parent ed704640aa
commit 6373cc91b7

View File

@ -431,7 +431,6 @@ func (g *grpcServer) processRequest(stream grpc.ServerStream, service *service,
statusCode = convertCode(verr)
statusDesc = verr.Error()
errStatus = status.New(statusCode, statusDesc)
fmt.Printf("Responding with :%v\n", errStatus)
}
return errStatus.Err()