remove debugging statements
This commit is contained in:
parent
bc39f66ffa
commit
197e278483
|
@ -12,7 +12,6 @@ $(document).ready(function (){
|
|||
lastupdate = json;
|
||||
updateGames(json, $('#selected_filter').text());
|
||||
|
||||
console.log(json)
|
||||
//get all leagues
|
||||
leagues = []
|
||||
for (var i in json) {
|
||||
|
@ -58,8 +57,6 @@ $(document).ready(function (){
|
|||
}
|
||||
}
|
||||
|
||||
console.log(filterjson);
|
||||
|
||||
if (filterjson.length == 0) {
|
||||
$('#footer div').html("No games right now. Why not head over to Discord and start one?");
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user