Преглед изворни кода

forgot to remove log

Signed-off-by: Igor Vaynberg <[email protected]>
Sławek Ehlert пре 12 година
родитељ
комит
55cc11f9b7
1 измењених фајлова са 0 додато и 1 уклоњено
  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)