removed misplaced logging
This commit is contained in:
parent
d2ec53e33c
commit
34a7f83f7b
@ -280,7 +280,6 @@
|
||||
$(data).each(function () {
|
||||
if (t === "" || this.toUpperCase().indexOf(t) >= 0) { filtered.results.push({id: this, text: this}); }
|
||||
});
|
||||
console.log(filtered);
|
||||
query.callback(filtered);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user