Remove stray console.log from lunr-search-scripts (#105)
This commit is contained in:
parent
112bdc5186
commit
5b652f820f
|
@ -69,8 +69,6 @@
|
|||
}
|
||||
});
|
||||
|
||||
console.log(jQuery.type(idx));
|
||||
|
||||
$(document).ready(function () {
|
||||
$('input#search').on('keyup', function () {
|
||||
var resultdiv = $('#results');
|
||||
|
|
Loading…
Reference in New Issue