From 34a7f83f7b3a33278920dc4d3468b41bd3aaa950 Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Tue, 10 Apr 2012 00:16:33 -0700 Subject: [PATCH] removed misplaced logging --- select2.js | 1 - 1 file changed, 1 deletion(-) 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); } }