diff --git a/index.js b/index.js index a79e8b1..a11601e 100644 --- a/index.js +++ b/index.js @@ -151,8 +151,6 @@ ChromeBrowser.prototype = { name: 'Chrome', DEFAULT_CMD: { - // Try chromium-browser before chromium to avoid conflict with the legacy - // chromium-bsu package previously known as 'chromium' in Debian and Ubuntu. linux: getBin(['google-chrome', 'google-chrome-stable']), darwin: getChromeDarwin('/Applications/Google Chrome.app/Contents/MacOS/Google Chrome'), win32: getChromeExe('Chrome')