Prechádzať zdrojové kódy

forgot to remove log

Signed-off-by: Igor Vaynberg <[email protected]>
Sławek Ehlert 12 rokov pred
rodič
commit
55cc11f9b7
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  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)