Remove commented std::cout : Pop():Locking MNewStreams

This commit is contained in:
Akkadius 2015-01-20 01:30:58 -06:00
parent fb5e988ed8
commit dacad2e154

View File

@ -119,7 +119,6 @@ struct sockaddr_in address;
EQStream *EQStreamFactory::Pop() EQStream *EQStreamFactory::Pop()
{ {
EQStream *s=nullptr; EQStream *s=nullptr;
//std::cout << "Pop():Locking MNewStreams" << std::endl;
MNewStreams.lock(); MNewStreams.lock();
if (NewStreams.size()) { if (NewStreams.size()) {
s=NewStreams.front(); s=NewStreams.front();