From 421ecf6fce1a52da5397571b083a14a1d523a8e7 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:31:04 -0600 Subject: [PATCH] Remove commented std::cout : Removing connection --- common/eq_stream_factory.cpp | 1 - 1 file changed, 1 deletion(-) 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