diff --git a/websocketpp/transport/asio/endpoint.hpp b/websocketpp/transport/asio/endpoint.hpp index f01980cdd8..ae468a0779 100644 --- a/websocketpp/transport/asio/endpoint.hpp +++ b/websocketpp/transport/asio/endpoint.hpp @@ -85,7 +85,7 @@ public: : m_external_io_service(false) , m_state(UNINITIALIZED) { - std::cout << "transport::asio::endpoint constructor" << std::endl; + //std::cout << "transport::asio::endpoint constructor" << std::endl; } ~endpoint() { diff --git a/websocketpp/transport/asio/security/none.hpp b/websocketpp/transport/asio/security/none.hpp index 2e7e737481..0e04a5ab0e 100644 --- a/websocketpp/transport/asio/security/none.hpp +++ b/websocketpp/transport/asio/security/none.hpp @@ -61,8 +61,8 @@ public: typedef lib::shared_ptr socket_ptr; explicit connection() : m_state(UNINITIALIZED) { - std::cout << "transport::asio::basic_socket::connection constructor" - << std::endl; + //std::cout << "transport::asio::basic_socket::connection constructor" + // << std::endl; } /// Check whether or not this connection is secure diff --git a/websocketpp/transport/asio/security/tls.hpp b/websocketpp/transport/asio/security/tls.hpp index b540dc9757..c6b05b47fd 100644 --- a/websocketpp/transport/asio/security/tls.hpp +++ b/websocketpp/transport/asio/security/tls.hpp @@ -76,8 +76,8 @@ public: typedef boost::system::error_code boost_error; explicit connection() { - std::cout << "transport::asio::tls_socket::connection constructor" - << std::endl; + //std::cout << "transport::asio::tls_socket::connection constructor" + // << std::endl; } /// Check whether or not this connection is secure