Skip to content

Commit 2c05dbe

Browse files
authored
Merge pull request #47314 from cjyabraham/tidy
Remove console logging about search engine choice
2 parents e04ae67 + 7613b3b commit 2c05dbe

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)