remove debugging statements
This commit is contained in:
parent
bc39f66ffa
commit
197e278483
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user