summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
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