mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-19 09:53:51 +00:00
Remove commented std::cout : Push(): Unlocking MNewStreams
This commit is contained in:
parent
2c191fce7c
commit
91e9163602
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user