Remove commented std::cout : Push(): Unlocking MNewStreams

This commit is contained in:
Akkadius 2015-01-20 01:31:03 -06:00
parent 2c191fce7c
commit 91e9163602

View File

@ -135,7 +135,6 @@ void EQStreamFactory::Push(EQStream *s)
MNewStreams.lock();
NewStreams.push(s);
MNewStreams.unlock();
//std::cout << "Push(): Unlocking MNewStreams" << std::endl;
}
void EQStreamFactory::ReaderLoop()