Skip to content

Commit ec9351f

Browse files
committed
test for 0.3.5
1 parent f1d6de3 commit ec9351f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

bzl/protoc.bzl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,6 @@ def implement(spec):
346346
default = output_to_genfiles,
347347
)
348348

349-
if spec[0] == "gateway":
350-
print("gateway attrs: %s" % attrs.keys())
351-
352349
return rule(
353350
implementation = _protoc_rule_impl,
354351
attrs = attrs,

examples/helloworld/proto/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cc_proto_library(
3636
grpc_gateway_proto_library(
3737
name = "gw",
3838
protos = ["helloworld_gateway.proto"],
39-
verbose = 1,
39+
verbose = 0,
4040
)
4141

4242
# py_proto_library(

0 commit comments

Comments
 (0)