remove print statement

This commit is contained in:
Asim Aslam 2020-08-09 19:35:07 +01:00 committed by Vasiliy Tolstov
parent 393577e5e6
commit f2c5da457e

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()