Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
remove hardcoded "PhantomJS is launching GhostDriver..." message
Browse files Browse the repository at this point in the history
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.

#12681
  • Loading branch information
paulmillar authored and ariya committed Jan 9, 2015
1 parent cf246eb commit 05d7e3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/phantom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 05d7e3e

Please sign in to comment.