Remove commented std::cout : Got OP_SessionRequest

This commit is contained in:
Akkadius 2015-01-20 01:30:53 -06:00
parent 951f98a63e
commit 35fcc69639
2 changed files with 0 additions and 2 deletions

View File

@ -331,7 +331,6 @@ void EQStream::ProcessPacket(EQProtocolPacket *p)
} }
} }
#endif #endif
//std::cout << "Got OP_SessionRequest" << std::endl;
sessionAttempts++; sessionAttempts++;
// we set established below, so statistics will not be reset for session attempts/stream active. // we set established below, so statistics will not be reset for session attempts/stream active.
init(GetState()!=ESTABLISHED); init(GetState()!=ESTABLISHED);

View File

@ -145,7 +145,6 @@ bool EQTime::saveFile(const char *filename)
return false; return false;
} }
//Enable for debugging //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 << EQT_VERSION << std::endl;
of << (long)eqTime.start_eqtime.day << std::endl; of << (long)eqTime.start_eqtime.day << std::endl;
of << (long)eqTime.start_eqtime.hour << std::endl; of << (long)eqTime.start_eqtime.hour << std::endl;