diff --git a/include/game_state.hpp b/include/game_state.hpp index 5cab931..75b5e3b 100644 --- a/include/game_state.hpp +++ b/include/game_state.hpp @@ -1360,7 +1360,6 @@ namespace Hanabi ) { // This macro can be activated if we want to dump details on all game states visited for analysis purposes. -#define DUMP_STATES #ifdef DUMP_STATES if (id == 87476369689) { std::cout << *this << std::endl;