From 02a75b063d9fa55ae92268f348076663dae447da Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 31 May 2020 15:05:41 +0100 Subject: [PATCH] removed filters debug --- public/js/account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/account.js b/public/js/account.js index 18f84a20e..fbbf1d470 100644 --- a/public/js/account.js +++ b/public/js/account.js @@ -269,7 +269,7 @@ let activeFilters = ["all"]; $(document).ready(e =>{ activeFilters = config.resultFilters; - console.log(activeFilters); + // console.log(activeFilters); if(activeFilters.includes("all")){ toggleFilterButton("all") }else{