mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-22 18:02:25 +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();
|
MNewStreams.lock();
|
||||||
NewStreams.push(s);
|
NewStreams.push(s);
|
||||||
MNewStreams.unlock();
|
MNewStreams.unlock();
|
||||||
//std::cout << "Push(): Unlocking MNewStreams" << std::endl;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void EQStreamFactory::ReaderLoop()
|
void EQStreamFactory::ReaderLoop()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user