From 716b377378819aa757bbd78e7b349dac3061d2cd Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:30:53 -0600 Subject: [PATCH] Remove commented std::cout : Starting factory Reader --- common/eq_stream_factory.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/eq_stream_factory.cpp b/common/eq_stream_factory.cpp index a6a1d800a..14181e997 100644 --- a/common/eq_stream_factory.cpp +++ b/common/eq_stream_factory.cpp @@ -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 Reader" << std::endl; //std::cout << "Starting factory Writer" << std::endl; #ifdef _WINDOWS _beginthread(EQStreamFactoryReaderLoop,0, this);