mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 19:58:24 +00:00
Remove commented std::cout : Pop():Locking MNewStreams
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user