From 844e3ed95f1a6afd7218c11c16ce7cff9ea8ab1b Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Mon, 18 Jun 2012 11:05:32 -0700 Subject: [PATCH] Remove BOOST_LOG_TRIVIAL. --- src/RPCServer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/RPCServer.cpp b/src/RPCServer.cpp index 7bdc257c9d..f663219ee0 100644 --- a/src/RPCServer.cpp +++ b/src/RPCServer.cpp @@ -92,8 +92,6 @@ Json::Value RPCServer::RPCError(int iError) void RPCServer::connected() { - - //BOOST_LOG_TRIVIAL(info) << "RPC request"; //std::cout << "RPC request" << std::endl; mSocket.async_read_some(boost::asio::buffer(mReadBuffer),