Skip to content

Commit

Permalink
Remove connectivity output from text since it was broken (#4375)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Dec 29, 2024
1 parent 4edbbdc commit 09a3835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/text/textBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function getHeader(context, options) {
`(${plural(options.browsertime.iterations, 'run')}, `,
`${cap(options.browsertime.browser)}/${
options.mobile ? 'mobile' : 'desktop'
}/${options.connectivity})`
})`
].join('')
);
}
Expand Down

0 comments on commit 09a3835

Please sign in to comment.