Removed debug logging

This commit is contained in:
Neil Buckman 2015-02-12 09:55:13 +00:00
parent 6d9cd504a0
commit fa638ae3a0

View File

@ -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 <boost/assert.hpp>
#include <boost/bind.hpp>
@ -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(),