mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +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 *s=nullptr;
|
||||
//std::cout << "Pop():Locking MNewStreams" << std::endl;
|
||||
MNewStreams.lock();
|
||||
if (NewStreams.size()) {
|
||||
s=NewStreams.front();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user