Remove connectivity output from text since it was broken (#4375)
This commit is contained in:
parent
4edbbdc06b
commit
09a3835195
|
|
@ -57,7 +57,7 @@ function getHeader(context, options) {
|
|||
`(${plural(options.browsertime.iterations, 'run')}, `,
|
||||
`${cap(options.browsertime.browser)}/${
|
||||
options.mobile ? 'mobile' : 'desktop'
|
||||
}/${options.connectivity})`
|
||||
})`
|
||||
].join('')
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue