diff --git a/index.js b/index.js index 5a1969e..2e7e4a5 100644 --- a/index.js +++ b/index.js @@ -181,8 +181,6 @@ ChromeHeadlessBrowser.prototype = { name: 'ChromeHeadless', 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')