Skip to content

Commit 7ec1e4e

Browse files
committed
Remove logging of browsers in the List command of BrowsersCmd to streamline output.
1 parent ec73d9e commit 7ec1e4e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

cmd/browsers.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,6 @@ func (b BrowsersCmd) List(ctx context.Context, in BrowsersListInput) error {
249249
tableData := pterm.TableData{headers}
250250

251251
for _, browser := range browsers {
252-
// log the browser
253-
pterm.Info.Println(browser)
254-
255252
persistentID := "-"
256253
if browser.Persistence.ID != "" {
257254
persistentID = browser.Persistence.ID

0 commit comments

Comments
 (0)