Parcourir la source

forgot to remove log

Signed-off-by: Igor Vaynberg <[email protected]>
Sławek Ehlert il y a 12 ans
Parent
commit
55cc11f9b7
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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)