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
This commit is contained in:
parent
acb7f7a7ce
commit
0428f71b30
1 changed files with 0 additions and 2 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue