summaryrefslogtreecommitdiff
path: root/build_defs.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'build_defs.bzl')
-rw-r--r--build_defs.bzl3
1 files changed, 0 insertions, 3 deletions
diff --git a/build_defs.bzl b/build_defs.bzl
index 3867976..717a0e7 100644
--- a/build_defs.bzl
+++ b/build_defs.bzl
@@ -235,9 +235,6 @@ def _upb_proto_srcs_impl(ctx, suffix):
source_paths = [d.path for d in sources]
include_args = ["-I" + root for root in include_dirs.keys()]
- print(source_paths)
- print(include_args)
-
ctx.actions.run(
inputs = [ctx.executable.upbc] + sources,
outputs = outs,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback