remove hardcoded "PhantomJS is launching GhostDriver..." message

Apart from being undesirable that debugging messages are always
written to stdout, the information is redundant as a similar message
is logged at debug level.

https://github.com/ariya/phantomjs/issues/12681
2.0
Paul Millar 2014-10-26 12:07:00 +01:00 committed by Ariya Hidayat
parent cf246eb853
commit 05d7e3e77d
1 changed files with 0 additions and 1 deletions

View File

@ -196,7 +196,6 @@ bool Phantom::execute()
if (m_config.isWebdriverMode()) { // Remote WebDriver mode requested
qDebug() << "Phantom - execute: Starting Remote WebDriver mode";
Terminal::instance()->cout("PhantomJS is launching GhostDriver...");
if (!Utils::injectJsInFrame(":/ghostdriver/main.js", QString(), m_scriptFileEnc, QDir::currentPath(), m_page->mainFrame(), true)) {
m_returnValue = -1;
return false;