enlever le debug

This commit is contained in:
2025-03-10 09:49:18 +01:00
parent 74797e935a
commit 021620acef

View File

@@ -236,7 +236,6 @@ void Game::resetPiece(bool newPiece) {
}
void Game::movePiece(int movement) {
std::cout << movement << std::endl;
int appliedDAS = this->parameters.getDAS();
int appliedARR = this->parameters.getARR();