Remove grpc from cartservice/genproto.sh due to errors

This commit is contained in:
David Mailhot 2019-09-25 14:46:26 -07:00
parent 2782c76100
commit 8bccb35804

View file

@ -22,5 +22,5 @@ PROTODIR=../../pb
# enter this directory
CWD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
protoc --csharp_out=$CWD/grpc_generated --grpc_out=$CWD/grpc_generated -I $PROTODIR $PROTODIR/demo.proto
protoc --csharp_out=$CWD/grpc_generated -I $PROTODIR $PROTODIR/demo.proto