From 0428f71b304371db98caff9700ad7ea6aa45f311 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Wed, 3 May 2023 18:21:05 -0700 Subject: [PATCH] Remove "dumping rbe metrics" message The issue where RBE was taking a long time has been fixed, so this message isn't that important anymore, and it was overriding the last ephemeral status message that soong output. Test: Presubmits Change-Id: I019f351a3307176ec7b4786d4387fde9061ba08b --- ui/build/rbe.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/build/rbe.go b/ui/build/rbe.go index 6479925dd..3b9d301f5 100644 --- a/ui/build/rbe.go +++ b/ui/build/rbe.go @@ -183,8 +183,6 @@ func DumpRBEMetrics(ctx Context, config Config, filename string) { return } - ctx.Status.Status("Dumping rbe metrics...") - outputDir := config.rbeProxyLogsDir() if outputDir == "" { ctx.Fatal("RBE output dir variable not defined. Aborting metrics dumping.")