diff --git a/common/eq_stream_factory.cpp b/common/eq_stream_factory.cpp index 7d8a08e04..97a4b8617 100644 --- a/common/eq_stream_factory.cpp +++ b/common/eq_stream_factory.cpp @@ -235,7 +235,6 @@ void EQStreamFactory::CheckTimeout() //give it a little time for everybody to finish with it } else { //everybody is done, we can delete it now - //std::cout << "Removing connection" << std::endl; std::map,EQStream *>::iterator temp=stream_itr; ++stream_itr; //let whoever has the stream outside delete it