Skip to content

Commit

Permalink
Elimino print de debugeo
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasGalian committed Jun 27, 2023
1 parent d18790f commit 2220567
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server/player_sender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ void PlayerSender::run() {
if (queue_receiver != nullptr)
match_mananger->delete_player(player_id); //Elimino al jugador de la partida en la que estaba
}
std::cout<<"Salgo"<<std::endl;

}

void PlayerSender::join_player_receiver(){
Expand Down

0 comments on commit 2220567

Please sign in to comment.