From: Vincent Vanwaelscappel Date: Wed, 23 Feb 2022 15:06:23 +0000 (+0100) Subject: wip #5122 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e4a708c5414b79f4f725e5a97cc7bd043c13f17d;p=odl.git wip #5122 --- diff --git a/resources/js/search.js b/resources/js/search.js index 32a14b2..520c466 100644 --- a/resources/js/search.js +++ b/resources/js/search.js @@ -22,8 +22,6 @@ export default () => ({ const data = await fetch(this.$el.dataset.searchindex); const index = await data.text(); - console.log(JSON.parse(index)); - // Delay miniSearch initialisation so there's less chance of animations stuttering during page loads window.minisearch = this.miniSearch = MiniSearch.loadJSON(index, this.setup);