From 835bf3421bfe7b1755b7dfa3bb86ccec7fd5acca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Fri, 12 Jan 2024 15:59:51 +0100 Subject: [PATCH] remove print --- include/game_state.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/game_state.hpp b/include/game_state.hpp index d3aa527..67423b9 100644 --- a/include/game_state.hpp +++ b/include/game_state.hpp @@ -1005,7 +1005,6 @@ namespace Hanabi // sacrifice cards in hand for(hand_index_t index = 0; index < hand_size; ++index) { if(!is_critical(hand[index])) { - std::cout << "Considered sacrificing card " << hand[index] << "in the following state:\n" << *this << std::endl; // consider discarding this probability_t sum_of_probabilities = 0;