We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af924c5 commit 3f4ce86Copy full SHA for 3f4ce86
pages/completion_engines_page.js
@@ -25,7 +25,6 @@ export function populatePage() {
25
}
26
27
const exampleEl = el.querySelector(".engine-example");
28
- console.log("exampleEl:", exampleEl);
29
if (engine.example.searchUrl && engine.example.keyword) {
30
const desc = engine.example.description || engine.constructor.name;
31
exampleEl.querySelector("pre").textContent =
0 commit comments