Procházet zdrojové kódy

removed misplaced logging

Igor Vaynberg před 13 roky
rodič
revize
34a7f83f7b
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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);
         }
     }