removes cout statement

This commit is contained in:
Peter Thorson
2013-04-23 10:03:04 -05:00
parent 07a4394ba6
commit 30d3c8a895

View File

@@ -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) {