Remove leftover console log

pull/327/head
Kevin Payravi 2023-11-05 23:09:33 -06:00
parent 351bb0f11b
commit aadd09612d
1 changed files with 0 additions and 1 deletions

View File

@ -556,7 +556,6 @@ function main(mutations = null, observer = null) {
el.innerHTML.replaceAll('<strong>', '').replaceAll('</strong>', '').includes('fandom.com')
|| el.innerHTML.replaceAll('<strong>', '').replaceAll('</strong>', '').includes('fextralife.com')
);
console.log(searchResults);
filterSearchResults(searchResults, 'bing', storage);
}