summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--game.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/game.cpp b/game.cpp
index 550b2a8..a6eda9c 100644
--- a/game.cpp
+++ b/game.cpp
@@ -979,8 +979,6 @@ void Game::determineWinner(void)
}
}
- cout << "\nmaxFoundAt: " << maxFoundAt << endl;
-
if (numOfTies > 1)
whatIndex = maxFoundAt;