]> _ Git - odl.git/commitdiff
wip #5122
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 23 Feb 2022 15:06:23 +0000 (16:06 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 23 Feb 2022 15:06:23 +0000 (16:06 +0100)
resources/js/search.js

index 32a14b2047e9c05e490dd48eaad90935bd55d273..520c4669c46d3188ec018a467406f255305dc2e2 100644 (file)
@@ -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);