From 82598fd1aab296ac3b685ac52d900ebc0f75a1fa Mon Sep 17 00:00:00 2001 From: Kyle K Date: Fri, 4 Feb 2011 19:31:57 -0600 Subject: remove leftover debug message --- game.cpp | 2 -- 1 file changed, 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; -- cgit v1.2.3