rm redundant leftover comment

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-06-22 11:52:13 -07:00
parent 31adf1400c
commit ea974982bd

View file

@ -299,10 +299,6 @@ func testCartService() error {
defer conn.Close()
cl := pb.NewCartServiceClient(conn)
// AddItem(ctx context.Context, in *AddItemRequest, opts ...grpc.CallOption) (*Empty, error)
// GetCart(ctx context.Context, in *GetCartRequest, opts ...grpc.CallOption) (*Cart, error)
// EmptyCart(ctx context.Context, in *EmptyCartRequest, opts ...grpc.CallOption) (*Empty, error)
log.Println("--- rpc AddItem()")
userID := "smoke-test-user"
_, err = cl.AddItem(context.TODO(), &pb.AddItemRequest{