removed debug output in keepAliveTimer

This commit is contained in:
CPunch 2020-08-24 16:12:49 -05:00
parent 16bca39dae
commit 6d3868349d
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ void CNShardServer::handlePacket(CNSocket* sock, CNPacketData* data) {
}
void CNShardServer::keepAliveTimer(CNServer* serv, uint64_t currTime) {
std::cout << "keep alive called! " << currTime << std::endl;
auto cachedPlayers = PlayerManager::players;
for (auto pair : cachedPlayers) {