From fa638ae3a051ffd7fa479349db09199fdb691103 Mon Sep 17 00:00:00 2001 From: Neil Buckman Date: Thu, 12 Feb 2015 09:55:13 +0000 Subject: [PATCH] Removed debug logging --- server/connection.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/connection.cpp b/server/connection.cpp index aee7f4e56..9d8b7a76e 100644 --- a/server/connection.cpp +++ b/server/connection.cpp @@ -28,7 +28,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "connection.hpp" #include "request_handler.hpp" #include "request_parser.hpp" -//#include "../util/simple_logger.hpp" #include #include @@ -127,7 +126,6 @@ void Connection::handle_read(const boost::system::error_code &error, std::size_t else { // we don't have a result yet, so continue reading - //SimpleLogger().Write(logDEBUG) << "Continue reading..."; TCP_socket.async_read_some( boost::asio::buffer(incoming_data_buffer), strand.wrap(boost::bind(&Connection::handle_read, this->shared_from_this(),