mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +00:00
Remove commented std::cout : Starting factory Reader
This commit is contained in:
parent
35fcc69639
commit
716b377378
@ -106,7 +106,6 @@ struct sockaddr_in address;
|
|||||||
fcntl(sock, F_SETFL, O_NONBLOCK);
|
fcntl(sock, F_SETFL, O_NONBLOCK);
|
||||||
#endif
|
#endif
|
||||||
//moved these because on windows the output was delayed and causing the console window to look bad
|
//moved these because on windows the output was delayed and causing the console window to look bad
|
||||||
//std::cout << "Starting factory Reader" << std::endl;
|
|
||||||
//std::cout << "Starting factory Writer" << std::endl;
|
//std::cout << "Starting factory Writer" << std::endl;
|
||||||
#ifdef _WINDOWS
|
#ifdef _WINDOWS
|
||||||
_beginthread(EQStreamFactoryReaderLoop,0, this);
|
_beginthread(EQStreamFactoryReaderLoop,0, this);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user