mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Remove commented std::cout : Push(): Unlocking MNewStreams
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user