Преглед на файлове

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