Skip to content

Commit

Permalink
Remove leftover debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
agoessling committed Aug 4, 2024
1 parent 0c05366 commit 771f32c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lint/clang_tidy.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ def _get_args(ctx, compilation_context, srcs):
else:
user_flags = ctx.fragments.cpp.copts
args.extend(_safe_flags(ctx, _toolchain_flags(ctx, user_flags, ACTION_NAMES.c_compile) + rule_flags) + ["-xc"])
print(args)

# add defines
for define in compilation_context.defines.to_list():
Expand Down

0 comments on commit 771f32c

Please sign in to comment.