Skip to content

Commit

Permalink
removing debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
EdbertChan committed Apr 23, 2024
1 parent 69332d6 commit 23bedf9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rules/impl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ def _run_android_lint(
toolchain = _utils.get_android_lint_toolchain(ctx)
if toolchain.android_home != None:
args.add("--android-home", toolchain.android_home.label.workspace_root)
else:
print("WARNING: No android-home has been specified! Some linters will be omitted!")

ctx.actions.run(
mnemonic = "AndroidLint",
Expand Down

0 comments on commit 23bedf9

Please sign in to comment.