remove debugging statement
This commit is contained in:
parent
11b0a1662c
commit
3b9840e3ff
@ -297,7 +297,6 @@
|
||||
return function (query) {
|
||||
var t = query.term.toUpperCase(), filtered = {results: []};
|
||||
$(data).each(function () {
|
||||
console.log(this);
|
||||
var isObject = "text" in this,
|
||||
text = isObject ? this.text : this;
|
||||
if (t === "" || text.toUpperCase().indexOf(t) >= 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user