Remove commented std::cout : Starting factory Writer

This commit is contained in:
Akkadius
2015-01-20 01:30:56 -06:00
parent 47b0f6ca9e
commit 4ffc09b306
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -106,7 +106,6 @@ struct sockaddr_in address;
fcntl(sock, F_SETFL, O_NONBLOCK);
#endif
//moved these because on windows the output was delayed and causing the console window to look bad
//std::cout << "Starting factory Writer" << std::endl;
#ifdef _WINDOWS
_beginthread(EQStreamFactoryReaderLoop,0, this);
_beginthread(EQStreamFactoryWriterLoop,0, this);