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{