瀏覽代碼

removed misplaced logging

Igor Vaynberg 13 年之前
父節點
當前提交
34a7f83f7b
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      select2.js

+ 0 - 1
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);
         }
     }