Skip to content

Commit 4cb7c75

Browse files
Update examples/index.html
1 parent 55240a9 commit 4cb7c75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
<script>
105105
window.fetch = (url) => {
106106
const query = url.split('?q=')[1]
107-
console.log(query)
108107
if (query === 'none') {
109108
return Promise.resolve(new Response('<li role="none" data-no-result-found="true">No results found!</li>'))
110109
}

0 commit comments

Comments
 (0)