Skip to content

Commit 0d1701b

Browse files
committed
remove print
1 parent e3afa90 commit 0d1701b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/cc/current_py_cc_headers/current_py_cc_headers_tests.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ def _test_current_toolchain_headers(name):
4141
)
4242

4343
def _test_current_toolchain_headers_impl(env, target):
44-
print(env.ctx.files.header_files)
45-
4644
# Check that the forwarded CcInfo looks vaguely correct.
4745
compilation_context = env.expect.that_target(target).provider(
4846
CcInfo,

0 commit comments

Comments
 (0)