remove debugging statements

This commit is contained in:
Elijah Steres 2021-01-01 03:44:11 -05:00
parent bc39f66ffa
commit 197e278483

View File

@ -12,7 +12,6 @@ $(document).ready(function (){
lastupdate = json; lastupdate = json;
updateGames(json, $('#selected_filter').text()); updateGames(json, $('#selected_filter').text());
console.log(json)
//get all leagues //get all leagues
leagues = [] leagues = []
for (var i in json) { for (var i in json) {
@ -58,8 +57,6 @@ $(document).ready(function (){
} }
} }
console.log(filterjson);
if (filterjson.length == 0) { if (filterjson.length == 0) {
$('#footer div').html("No games right now. Why not head over to Discord and start one?"); $('#footer div').html("No games right now. Why not head over to Discord and start one?");
} else { } else {