1
0
mirror of synced 2025-02-09 16:49:24 +03:00

removed misplaced logging

This commit is contained in:
Igor Vaynberg 2012-04-10 00:16:33 -07:00
parent d2ec53e33c
commit 34a7f83f7b

View File

@ -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);
}
}