summaryrefslogtreecommitdiff
path: root/build_defs.bzl
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2018-12-17 10:07:00 -0800
committerJosh Haberman <jhaberman@gmail.com>2018-12-17 10:07:00 -0800
commit9dd2446531827a9848983a2dbe3bfb612ed7047e (patch)
tree6bae333a9a73d917affac554998568761c2a53a0 /build_defs.bzl
parent5e958a8c055872ecd5b7f7d00f48212de5711ae5 (diff)
test_cpp is working!
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