Skip to content

Commit

Permalink
remove debugging turd
Browse files Browse the repository at this point in the history
  • Loading branch information
tra committed Feb 16, 2025
1 parent 78c51bd commit ee59cd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game/PlayerRatingsSimpleElo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ void PlayerRatingsSimpleElo::UpdateRatings(std::vector<PlayerResult> &playerResu

// if a player changed the CASE of their name (FreD to fREd)...
if (playerId != ratingsMap.find(playerId)->first) {
std::cout << "LOOK at " << playerId << std::endl;
// pull the old node out of the map and reinsert with the new name
auto rating = ratingsMap.extract(playerId);
rating.key() = playerId;
Expand Down

0 comments on commit ee59cd8

Please sign in to comment.