mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 18:51:29 +00:00
Remove commented std::cout : Got OP_SessionRequest
This commit is contained in:
parent
951f98a63e
commit
35fcc69639
@ -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);
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user