Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Nov 19, 2023
1 parent 1b971c5 commit 85b9dcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/routes/Servers/Detailed/Players.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ function Players(props: {
<>
{teamInfo.players.map(
(key: serverPlayer, index: number) => {
console.log(key.rank);
const seederPlayer = seederPlayers.get(key.player_id);
return (
<Column key={index}>
Expand Down

0 comments on commit 85b9dcf

Please sign in to comment.