Remove connectivity output from text since it was broken (#4375)

This commit is contained in:
Peter Hedenskog 2024-12-29 17:08:23 +01:00 committed by GitHub
parent 4edbbdc06b
commit 09a3835195
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ function getHeader(context, options) {
`(${plural(options.browsertime.iterations, 'run')}, `,
`${cap(options.browsertime.browser)}/${
options.mobile ? 'mobile' : 'desktop'
}/${options.connectivity})`
})`
].join('')
);
}