Procházet zdrojové kódy

forgot to remove log

Signed-off-by: Igor Vaynberg <[email protected]>
Sławek Ehlert před 12 roky
rodič
revize
55cc11f9b7
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      select2.js

+ 0 - 1
select2.js

@@ -2064,7 +2064,6 @@
                 formatted;
 
             formatted=this.opts.formatSelection(data, choice);
-                    console.log(" 7 " + this.escapeMarkup);
             choice.find("div").replaceWith("<div>"+this.escapeMarkup(formatted)+"</div>");
             choice.find(".select2-search-choice-close")
                 .bind("mousedown", killEvent)