Skip to content

Commit c8d3102

Browse files
committed
Refactor: Remove unnecessary console.log from ContestLeaderboard component
1 parent f9390e9 commit c8d3102

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pages/leaderboard/subcomponents/ContestLeaderboard.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ const ContestLeaderboard: React.FC<Props> = ({ type, contestID }) => {
3636
type === 'score' ? store.leaderboard.contestScore : store.leaderboard.contestPopularVote
3737
);
3838

39-
console.log(rankedLeaderboard);
40-
4139
useEffect(() => {
4240
if (type === 'score') {
4341
dispatch(LeaderboardActions.getAllContestScores(contestID));

0 commit comments

Comments
 (0)