Skip to content

Commit

Permalink
chore: remuevo console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
danieIabel committed Sep 7, 2023
1 parent 6de00a1 commit 8761ba2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ function init () {
fetch(dataJSON)
.then(pages => pages.json())
.then(pages => {
console.log(pages)
// eslint-disable-next-line no-undef
window.docsIndex = FlexSearch.create('balance', indexConfig)
window.docsIndex.add(pages)
Expand Down

0 comments on commit 8761ba2

Please sign in to comment.