Skip to content

Commit

Permalink
Remove player MVP debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldoylecs committed Mar 25, 2018
1 parent ae06100 commit 61d615f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ int main() {
players[player.onlineID] = player;
}
}
cout << highest_score_player.name << ": " << highest_score_player.mvp << "\n";
players[highest_score_player.onlineID].mvp += 1;
}

Expand Down

0 comments on commit 61d615f

Please sign in to comment.