Skip to content

Commit

Permalink
Remove stray console.log from lunr-search-scripts (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
qgustavor authored and mmistakes committed Aug 2, 2019
1 parent 112bdc5 commit 5b652f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _includes/search/lunr-search-scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@
}
});

console.log(jQuery.type(idx));

$(document).ready(function () {
$('input#search').on('keyup', function () {
var resultdiv = $('#results');
Expand Down

0 comments on commit 5b652f8

Please # to comment.