diff --git a/test/webbrowser.js b/test/webbrowser.js index 93137ec87..cc03732be 100644 --- a/test/webbrowser.js +++ b/test/webbrowser.js @@ -258,7 +258,6 @@ function ChromiumBrowser(name, execPath, headless) { var m = /([^.\/]+)\.app(\/?)$/.exec(execPath); if (m) { execPath += (m[2] ? "" : "/") + "Contents/MacOS/" + m[1]; - console.log(execPath); } } WebBrowser.call(this, name, execPath, headless);