From 30d3c8a895a4d4557a9c138b8e0228e800d1aebf Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Tue, 23 Apr 2013 10:03:04 -0500 Subject: [PATCH] removes cout statement --- websocketpp/transport/iostream/endpoint.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {