Skip to content

Commit

Permalink
Merge pull request #115 from cgruber/verbosity_improvements
Browse files Browse the repository at this point in the history
Remove stray debug statement.
  • Loading branch information
cgruber authored May 26, 2020
2 parents 6aee4a8 + 0bab36f commit dcdc40c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion maven/fetch.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ load(":exec.bzl", "exec")
def _fetch_artifact_impl(ctx):
repository_root_path = ctx.path(".")
verbosity = int(ctx.os.environ.get("BAZEL_MAVEN_VERBOSITY", "0"))
print(verbosity)
ctx.file("WORKSPACE", "workspace(name = \"{name}\")".format(name = ctx.name))
spec = ":".join(ctx.attr.artifact.split(":")[0:3]) # Strip extra artifact elements.
args = [
Expand Down

0 comments on commit dcdc40c

Please sign in to comment.