From 37513a9eec3dfcdef51a099fd839ca0502933119 Mon Sep 17 00:00:00 2001 From: daniel rodriguez Date: Thu, 6 Apr 2017 17:05:08 +0300 Subject: [PATCH] clean-up irrelevant comment --- index.js | 2 -- 1 file changed, 2 deletions(-) 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')