Skip to content

Commit

Permalink
cluster: Remove duplicate display of dashboard URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Jan 21, 2025
1 parent 0791a28 commit 7e2a86e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/cluster/manager/display.go
Original file line number Diff line number Diff line change
Expand Up @@ -844,9 +844,5 @@ func (m *Manager) displayDashboards(ctx context.Context, t *spec.Specification,
}
}

if m.logger.GetDisplayMode() != logprinter.DisplayModeJSON || j == nil {
fmt.Printf("Dashboard URLs: %s\n", strings.Join(dashboardAddrs, ","))
}

return nil
}

0 comments on commit 7e2a86e

Please sign in to comment.