diff --git a/select2.js b/select2.js index a9fdf726..b96a4c7e 100755 --- a/select2.js +++ b/select2.js @@ -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); } }