From a7fdfbf7328407906191d9b7d846c39b8f0d487f Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Fri, 31 Jan 2025 21:53:43 -0800 Subject: [PATCH] don't print supermap at lobby creation; closes #601 --- src/Lobby.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Lobby.cc b/src/Lobby.cc index f611ca65..303128a0 100644 --- a/src/Lobby.cc +++ b/src/Lobby.cc @@ -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 {