remove --connectivity log warning since in some extend scenario the warning is wrong

This commit is contained in:
soulgalore 2019-09-23 10:55:10 +02:00
parent c9fdc7e9a3
commit 06aa80ba2d
1 changed files with 0 additions and 6 deletions

View File

@ -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);