We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d6de3 commit ec9351fCopy full SHA for ec9351f
bzl/protoc.bzl
@@ -346,9 +346,6 @@ def implement(spec):
346
default = output_to_genfiles,
347
)
348
349
- if spec[0] == "gateway":
350
- print("gateway attrs: %s" % attrs.keys())
351
-
352
return rule(
353
implementation = _protoc_rule_impl,
354
attrs = attrs,
examples/helloworld/proto/BUILD
@@ -36,7 +36,7 @@ cc_proto_library(
36
grpc_gateway_proto_library(
37
name = "gw",
38
protos = ["helloworld_gateway.proto"],
39
- verbose = 1,
+ verbose = 0,
40
41
42
# py_proto_library(
0 commit comments