Remove stray console.log from lunr-search-scripts (#105)

This commit is contained in:
Gustavo Rodrigues 2019-08-02 13:01:06 -03:00 committed by Michael Rose
parent 112bdc5186
commit 5b652f820f
1 changed files with 0 additions and 2 deletions

View File

@ -69,8 +69,6 @@
}
});
console.log(jQuery.type(idx));
$(document).ready(function () {
$('input#search').on('keyup', function () {
var resultdiv = $('#results');