Skip to content

Commit

Permalink
Do not log dots in soltest on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Feb 8, 2017
1 parent fba3b84 commit 92fb07c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/RPCSession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ string IPCSocket::sendRequest(string const& _req)
if (!fSuccess)
BOOST_FAIL("ReadFile from pipe failed");

// This is needed for Appveyor, otherwise it may terminate
// the session due to the inactivity.
cerr << ".";
return returnStr;
#else
send(m_socket, _req.c_str(), _req.length(), 0);
Expand Down

0 comments on commit 92fb07c

Please sign in to comment.