From e4a708c5414b79f4f725e5a97cc7bd043c13f17d Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 23 Feb 2022 16:06:23 +0100 Subject: [PATCH] wip #5122 --- resources/js/search.js | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.39.5