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

This commit is contained in:
Akkadius 2015-01-20 01:31:02 -06:00
parent f6e2829892
commit 2c191fce7c

View File

@ -132,7 +132,6 @@ EQStream *s=nullptr;
void EQStreamFactory::Push(EQStream *s)
{
//std::cout << "Push():Locking MNewStreams" << std::endl;
MNewStreams.lock();
NewStreams.push(s);
MNewStreams.unlock();