diff --git a/src/main/c/Georg/tictactoe.c b/src/main/c/Georg/tictactoe.c index 2e900d6..89fc6a5 100644 --- a/src/main/c/Georg/tictactoe.c +++ b/src/main/c/Georg/tictactoe.c @@ -22,7 +22,7 @@ void startTicTacToe(){ while( GAME.currentState != -1 ){ commandFunction usrCommand; - printf("search command!\n"); + //printf("search command!\n"); usrCommand = getCommandById( GAME.currentState + 1); if( usrCommand != NULL)