Browse Source

removed unused block of code

master
gtheler 5 years ago
parent
commit
c795349e01
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      src/tty.cpp

+ 0
- 6
src/tty.cpp View File

@@ -177,12 +177,6 @@ void Tty::info(Info msg, int intData) {
}
std::cout << green << s << reset << std::endl;
/*
if (msg == Info::CardDealerHoleDealt) {
render(&dealerHand);
render(&(*currentHand));
}
*/
return;
}


Loading…
Cancel
Save