From f2c5da457e5aef8b512590611ef92f34b5f99e28 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sun, 9 Aug 2020 19:35:07 +0100 Subject: [PATCH] remove print statement --- grpc.go | 1 - 1 file changed, 1 deletion(-) diff --git a/grpc.go b/grpc.go index 0ce2a48..d9146f0 100644 --- a/grpc.go +++ b/grpc.go @@ -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()