Skip to content

Commit

Permalink
forgot to remove commented out old code
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutella399 committed Nov 3, 2024
1 parent 1574fcb commit 223b964
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/js/announcer_display.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ var handleScorePosted = function(data) {
return;
}

//const matchResult = $("#matchResult");
const matchResult = document.getElementById("matchResult");
fetch("/displays/announcer/score_posted")
.then(response => response.text())
Expand Down

0 comments on commit 223b964

Please sign in to comment.