remove print
This commit is contained in:
parent
11043d51c8
commit
835bf3421b
1 changed files with 0 additions and 1 deletions
|
@ -1005,7 +1005,6 @@ namespace Hanabi
|
||||||
// sacrifice cards in hand
|
// sacrifice cards in hand
|
||||||
for(hand_index_t index = 0; index < hand_size; ++index) {
|
for(hand_index_t index = 0; index < hand_size; ++index) {
|
||||||
if(!is_critical(hand[index])) {
|
if(!is_critical(hand[index])) {
|
||||||
std::cout << "Considered sacrificing card " << hand[index] << "in the following state:\n" << *this << std::endl;
|
|
||||||
// consider discarding this
|
// consider discarding this
|
||||||
probability_t sum_of_probabilities = 0;
|
probability_t sum_of_probabilities = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue