mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Remove commented std::cout : Pop():Locking MNewStreams
This commit is contained in:
parent
fb5e988ed8
commit
dacad2e154
@ -119,7 +119,6 @@ struct sockaddr_in address;
|
|||||||
EQStream *EQStreamFactory::Pop()
|
EQStream *EQStreamFactory::Pop()
|
||||||
{
|
{
|
||||||
EQStream *s=nullptr;
|
EQStream *s=nullptr;
|
||||||
//std::cout << "Pop():Locking MNewStreams" << std::endl;
|
|
||||||
MNewStreams.lock();
|
MNewStreams.lock();
|
||||||
if (NewStreams.size()) {
|
if (NewStreams.size()) {
|
||||||
s=NewStreams.front();
|
s=NewStreams.front();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user