Skip to content

Commit 7613b3b

Browse files
committed
Removes console logs
Signed-off-by: Chris Abraham <[email protected]>
1 parent e04ae67 commit 7613b3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

static/js/search.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,10 @@
9090
const isGoogleBlocked = await checkBlockedSite("https://www.google.com/favicon.ico");
9191
if ( isGoogleBlocked ) {
9292
// Google is blocked.
93-
console.log("Google is blocked")
9493
document.cookie = "can_google=false;" + path + expires
9594
window.renderPageFindSearchResults()
9695
} else {
9796
// Google is not blocked.
98-
console.log("Google is NOT blocked")
9997
document.cookie = "can_google=true;" + path + expires
10098
window.renderGoogleSearchResults()
10199
}

0 commit comments

Comments
 (0)