From 16e2253bd1d1b77c45c3213b0cc60aeb3ac0f13d Mon Sep 17 00:00:00 2001 From: Kyle K Date: Sun, 30 Jan 2011 17:36:02 -0600 Subject: implement countAndType function --- main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 6b1bfb5..2dbd91d 100644 --- a/main.cpp +++ b/main.cpp @@ -68,8 +68,6 @@ int main(int argc, char *argv[]) pokerGame->printOpponentCards(); #ifdef DEBUG - PRINT_COLOR(ANSI_COLOR_CYAN, "\ndebug: resorted opponents' cards:\n"); - pokerGame->printOpponentCards(); PRINT_COLOR(ANSI_COLOR_CYAN, "\ndebug: deck after being delt to opponents and user\n"); pokerGame->printPile(); #endif -- cgit v1.2.3