1
0
mirror of synced 2025-03-10 22:56:12 +03:00

remove debugging statement

This commit is contained in:
Igor Vaynberg 2012-04-27 22:28:20 -07:00
parent 11b0a1662c
commit 3b9840e3ff

View File

@ -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) {