diff options
| -rw-r--r-- | ui/build/bazel.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/build/bazel.go b/ui/build/bazel.go index 1cab8f8a7..23b14ee1b 100644 --- a/ui/build/bazel.go +++ b/ui/build/bazel.go @@ -156,9 +156,6 @@ func runBazel(ctx Context, config Config) { "//:"+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(), "..") |