Remove unecessary console.log in lunr-en.js and lunr-gr.js JavaScript

Close #2193
This commit is contained in:
Michael Rose
2019-06-27 19:05:01 -04:00
parent b5b8c45530
commit dc99092c54
5 changed files with 3 additions and 5 deletions

View File

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

View File

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