Explorar o código

removed misplaced logging

Igor Vaynberg %!s(int64=13) %!d(string=hai) anos
pai
achega
34a7f83f7b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);
         }
     }