diff --git a/static/loader.js b/static/loader.js index b8451ef..a477198 100644 --- a/static/loader.js +++ b/static/loader.js @@ -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 {