From 5b652f820f2ea4a2ab30167d6543b9c721f11e63 Mon Sep 17 00:00:00 2001 From: Gustavo Rodrigues Date: Fri, 2 Aug 2019 13:01:06 -0300 Subject: [PATCH] Remove stray console.log from lunr-search-scripts (#105) --- _includes/search/lunr-search-scripts.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/_includes/search/lunr-search-scripts.html b/_includes/search/lunr-search-scripts.html index 43e7e8d..2386f01 100644 --- a/_includes/search/lunr-search-scripts.html +++ b/_includes/search/lunr-search-scripts.html @@ -69,8 +69,6 @@ } }); - console.log(jQuery.type(idx)); - $(document).ready(function () { $('input#search').on('keyup', function () { var resultdiv = $('#results');