deactivate debug macro

This commit is contained in:
Maximilian Keßler 2024-02-05 22:20:40 +01:00
parent 7699b20498
commit 9d1d27d65c
Signed by: max
GPG key ID: BCC5A619923C0BA5

View file

@ -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. // 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 #ifdef DUMP_STATES
if (id == 87476369689) { if (id == 87476369689) {
std::cout << *this << std::endl; std::cout << *this << std::endl;