summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2011-01-30 17:36:02 -0600
committerKamil Kaminski <kamilkss@gmail.com>2011-01-30 17:36:02 -0600
commit16e2253bd1d1b77c45c3213b0cc60aeb3ac0f13d (patch)
tree3da2b6197f7b98b44370397d3d12a7f8681cbb1b /main.cpp
parent384323bec5260d56c711cbb919377aae1b016b0e (diff)
downloadpoker-16e2253bd1d1b77c45c3213b0cc60aeb3ac0f13d.tar.gz
poker-16e2253bd1d1b77c45c3213b0cc60aeb3ac0f13d.tar.bz2
poker-16e2253bd1d1b77c45c3213b0cc60aeb3ac0f13d.zip
implement countAndType function
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 0 insertions, 2 deletions
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