From 623cf274b3e9b2bba3103b2c3e4ba3b91143040c Mon Sep 17 00:00:00 2001 From: jed Date: Wed, 13 Jun 2012 12:01:29 -0700 Subject: [PATCH] . --- src/RPCServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RPCServer.cpp b/src/RPCServer.cpp index 6f56fe499..64125cb17 100644 --- a/src/RPCServer.cpp +++ b/src/RPCServer.cpp @@ -102,7 +102,7 @@ Json::Value RPCServer::RPCError(int iError) void RPCServer::connected() { //BOOST_LOG_TRIVIAL(info) << "RPC request"; - std::cout << "RPC request" << std::endl; + //std::cout << "RPC request" << std::endl; mSocket.async_read_some(boost::asio::buffer(mReadBuffer), boost::bind(&RPCServer::handle_read, shared_from_this(),