From 9d1d27d65c1dde72f02a5c0d0d1d2f5c2e9ee18b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Mon, 5 Feb 2024 22:20:40 +0100 Subject: [PATCH] deactivate debug macro --- include/game_state.hpp | 1 - 1 file changed, 1 deletion(-) 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;