diff --git a/common/eq_stream.cpp b/common/eq_stream.cpp index 0c5c6cacf..195c688bb 100644 --- a/common/eq_stream.cpp +++ b/common/eq_stream.cpp @@ -331,7 +331,6 @@ void EQStream::ProcessPacket(EQProtocolPacket *p) } } #endif - //std::cout << "Got OP_SessionRequest" << std::endl; sessionAttempts++; // we set established below, so statistics will not be reset for session attempts/stream active. init(GetState()!=ESTABLISHED); diff --git a/common/eqtime.cpp b/common/eqtime.cpp index adfd86923..6f2ef5233 100644 --- a/common/eqtime.cpp +++ b/common/eqtime.cpp @@ -145,7 +145,6 @@ bool EQTime::saveFile(const char *filename) return false; } //Enable for debugging - //std::cout << "SAVE: day=" << (long)eqTime.start_eqtime.day << ";hour=" << (long)eqTime.start_eqtime.hour << ";min=" << (long)eqTime.start_eqtime.minute << ";mon=" << (long)eqTime.start_eqtime.month << ";yr=" << eqTime.start_eqtime.year << ";timet=" << eqTime.start_realtime << std::endl; of << EQT_VERSION << std::endl; of << (long)eqTime.start_eqtime.day << std::endl; of << (long)eqTime.start_eqtime.hour << std::endl;