mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 01:01:30 +00:00
Remove commented std::cout : Push():Locking MNewStreams
This commit is contained in:
parent
f6e2829892
commit
2c191fce7c
@ -132,7 +132,6 @@ EQStream *s=nullptr;
|
|||||||
|
|
||||||
void EQStreamFactory::Push(EQStream *s)
|
void EQStreamFactory::Push(EQStream *s)
|
||||||
{
|
{
|
||||||
//std::cout << "Push():Locking MNewStreams" << std::endl;
|
|
||||||
MNewStreams.lock();
|
MNewStreams.lock();
|
||||||
NewStreams.push(s);
|
NewStreams.push(s);
|
||||||
MNewStreams.unlock();
|
MNewStreams.unlock();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user