no guess printing

This commit is contained in:
Matúš Púll 2024-12-14 02:04:44 +01:00
parent 4c6018bf3c
commit b5d0eab173

View file

@ -91,9 +91,6 @@ int main(int argc, char* argv[]) {
cout << "History\n";
for(auto guess : history)
cout << format_guess_history(sequence, guess) << '\n';
cout << "Info left:\n";
bot.print_unknown();
cout << '\n';
// Loss
if(history.back() != sequence) {