Clear stray logs

pull/227/head
Kevin Payravi 2023-08-07 02:49:24 -04:00
parent a9b887eece
commit 9d76bb3dcc
2 changed files with 0 additions and 4 deletions

View File

@ -327,8 +327,6 @@ function filterSearchResults(searchResults, searchEngine, storage) {
if(!Array.from(searchResultContainer.classList).includes('iwb-hide')) {
searchResultContainer.classList.add('iwb-search-result-' + stringToId(site.origin));
searchResultContainer.classList.add('iwb-hide');
console.log(searchResultContainer);
console.log('weeee');
countFiltered++;
if (hiddenWikisRevealed[stringToId(site.origin)]) {
searchResultContainer.classList.add('iwb-show');

View File

@ -511,9 +511,7 @@ document.addEventListener('DOMContentLoaded', function () {
notificationBanner = document.getElementById('notificationBanner');
// If running Chromium, show warning about service worker bug
console.log('wooo');
if (navigator.userAgent.match(/Chrom[e|ium]/)) {
console.log('weee');
notificationBanner.style.display = 'block';
document.getElementById('notificationBannerBug').style.display = 'block';
}