don't print supermap at lobby creation; closes #601

This commit is contained in:
Martin Michelsen
2025-01-31 21:53:43 -08:00
parent c0994b49e5
commit a7fdfbf732
-5
View File
@@ -315,11 +315,6 @@ void Lobby::load_maps() {
this->opt_rand_crypt,
s->supermaps_for_variations(this->episode, this->mode, this->difficulty, this->variations));
}
if (this->check_flag(Lobby::Flag::DEBUG)) {
this->log.info("Generated map state:");
this->map_state->print(stderr);
}
}
[[nodiscard]] bool Lobby::is_ep3_nte() const {