Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
NiewView committed Nov 23, 2024
1 parent f8f0045 commit 1fe6e2b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export class CustomWebSearchExtension implements Extension {
const searchInput = searchTerm.replace(engine.prefix, "").trim();
const encodeSearchInput = engine.encodeSearchTerm ? encodeURIComponent(searchInput) : searchInput;
const searchUrl = engine.url.replace("{{query}}", encodeSearchInput);
console.log(searchUrl);
return {
name: engine.name,
description: `Search in ${engine.name}`,
Expand Down

0 comments on commit 1fe6e2b

Please sign in to comment.