remove print

This commit is contained in:
Maximilian Keßler 2024-01-12 15:59:51 +01:00
parent 11043d51c8
commit 835bf3421b
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -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;