mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 08:21:28 +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)
|
||||
{
|
||||
//std::cout << "Push():Locking MNewStreams" << std::endl;
|
||||
MNewStreams.lock();
|
||||
NewStreams.push(s);
|
||||
MNewStreams.unlock();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user