From 197e2784834b7ba4dd3882fb5a65fcb4c258b6e3 Mon Sep 17 00:00:00 2001 From: Elijah Steres Date: Fri, 1 Jan 2021 03:44:11 -0500 Subject: [PATCH] remove debugging statements --- static/loader.js | 3 --- 1 file changed, 3 deletions(-) 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 {