commit | 25c14959a2c1bac65fbfbe51693a5d6717c5ca26 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Dec 07 13:46:40 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 07 13:46:40 2020 +0000 |
tree | 4f663a89dd5aa1f2f8793a0df929babf7de79416 | |
parent | 5e2697117f3381c30de36df8789109d82cbea326 [diff] | |
parent | 561f2f2d96d259ebe3772f229661fc8bc5bdf54f [diff] |
Merge "Only print the Bazel command line once."
diff --git a/ui/build/bazel.go b/ui/build/bazel.go index 1cab8f8..23b14ee 100644 --- a/ui/build/bazel.go +++ b/ui/build/bazel.go
@@ -156,9 +156,6 @@ "//:"+config.TargetProduct()+"-"+config.TargetBuildVariant(), ) - // Print the full command line for debugging purposes. - ctx.Println(cmd.Cmd) - // Execute the command at the root of the directory. cmd.Dir = filepath.Join(config.OutDir(), "..")