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

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

View File

@ -126,7 +126,6 @@ EQStream *s=nullptr;
s->PutInUse(); s->PutInUse();
} }
MNewStreams.unlock(); MNewStreams.unlock();
//std::cout << "Pop(): Unlocking MNewStreams" << std::endl;
return s; return s;
} }