[ServerWorld] Debug removed.

This commit is contained in:
Quentin Bazin 2020-01-20 14:29:40 +09:00
parent 60b44511da
commit ba3dfb3b7e

View File

@ -36,7 +36,7 @@ void ServerWorld::update(Server &server, std::unordered_map<u16, ServerPlayer> &
for (auto &client : server.info().clients())
sendChunkData(client, it.second.get());
DEBUG("Chunk updated at", it.second->x(), it.second->y(), it.second->z());
// DEBUG("Chunk updated at", it.second->x(), it.second->y(), it.second->z());
}
}
}