Skip to content

Commit 93b9e83

Browse files
committed
fix: remove leftover debug log from entries-table component
Eliminate the console.log statement used for debugging user rank calculation. This cleans up the console output and improves code quality by removing unnecessary logging.
1 parent ba58a0d commit 93b9e83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/components/leaderboard-page/entries-table.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ Harder stages have higher scores assigned to them.
105105
})
106106
.save();
107107
}
108-
109-
console.log(this.userRankCalculation!.rank);
110108
}
111109
});
112110
}

0 commit comments

Comments
 (0)