remove --connectivity log warning since in some extend scenario the warning is wrong
This commit is contained in:
parent
c9fdc7e9a3
commit
06aa80ba2d
|
|
@ -1324,12 +1324,6 @@ module.exports.parseCommandLine = function parseCommandLine() {
|
|||
set(argv, 'browsertime.useHash', true);
|
||||
}
|
||||
|
||||
if (argv.connectivity) {
|
||||
console.log(
|
||||
'Warning: Setting --connectivity is broken, please use -c instead'
|
||||
);
|
||||
}
|
||||
|
||||
if (argv.cpu) {
|
||||
set(argv, 'browsertime.chrome.collectLongTasks', true);
|
||||
set(argv, 'browsertime.chrome.timeline', true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue