diff --git a/websocketpp/transport/iostream/endpoint.hpp b/websocketpp/transport/iostream/endpoint.hpp index 29ce54af32..6eab5c9f55 100644 --- a/websocketpp/transport/iostream/endpoint.hpp +++ b/websocketpp/transport/iostream/endpoint.hpp @@ -65,7 +65,7 @@ public: // generate and manage our own io_service explicit endpoint() : output_stream(NULL) { - std::cout << "transport::iostream::endpoint constructor" << std::endl; + //std::cout << "transport::iostream::endpoint constructor" << std::endl; } void register_ostream(std::ostream* o) {