From aadd09612dc46856f10111b13e632e38b4cd6a4d Mon Sep 17 00:00:00 2001 From: Kevin Payravi Date: Sun, 5 Nov 2023 23:09:33 -0600 Subject: [PATCH] Remove leftover console log --- content-search-filtering.js | 1 - 1 file changed, 1 deletion(-) diff --git a/content-search-filtering.js b/content-search-filtering.js index d747e90..92a17b3 100644 --- a/content-search-filtering.js +++ b/content-search-filtering.js @@ -556,7 +556,6 @@ function main(mutations = null, observer = null) { el.innerHTML.replaceAll('', '').replaceAll('', '').includes('fandom.com') || el.innerHTML.replaceAll('', '').replaceAll('', '').includes('fextralife.com') ); - console.log(searchResults); filterSearchResults(searchResults, 'bing', storage); }