Skip to content

Commit

Permalink
Console removed
Browse files Browse the repository at this point in the history
  • Loading branch information
gurjeetsinghvirdee committed Aug 15, 2023
1 parent 79902f3 commit 0944955
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/leaderboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ function Leaderboard() {
);
});
let blacklist = ["raj03kumar", "chinmoy12c", "nidhi-rathore"];
console.log("Disqualified : ", blacklist);
const rankedData = data.leaderboard
.filter((usr) => {
return (blacklist.includes(usr.login) === false);
Expand Down

0 comments on commit 0944955

Please sign in to comment.