Remove commented std::cout : Removing connection

This commit is contained in:
Akkadius 2015-01-20 01:31:04 -06:00
parent 91e9163602
commit 421ecf6fce

View File

@ -235,7 +235,6 @@ void EQStreamFactory::CheckTimeout()
//give it a little time for everybody to finish with it //give it a little time for everybody to finish with it
} else { } else {
//everybody is done, we can delete it now //everybody is done, we can delete it now
//std::cout << "Removing connection" << std::endl;
std::map<std::pair<uint32, uint16>,EQStream *>::iterator temp=stream_itr; std::map<std::pair<uint32, uint16>,EQStream *>::iterator temp=stream_itr;
++stream_itr; ++stream_itr;
//let whoever has the stream outside delete it //let whoever has the stream outside delete it