Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
awwpotato committed Oct 21, 2024
1 parent 4a8aa90 commit ff421f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/pulse_ranking.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
async function getRankings() {
const response = await fetch("/getranking");
let data = await response.json();
console.log("rankings");
// console.log(data)
let html = "";
for (i = 0; i < data.length; i++) {
// console.log('data[i]'+data[i])
Expand Down

0 comments on commit ff421f3

Please sign in to comment.