diff --git a/select2.js b/select2.js index f893286c..b9e1b5ff 100755 --- a/select2.js +++ b/select2.js @@ -2064,7 +2064,6 @@ formatted; formatted=this.opts.formatSelection(data, choice); - console.log(" 7 " + this.escapeMarkup); choice.find("div").replaceWith("
"+this.escapeMarkup(formatted)+"
"); choice.find(".select2-search-choice-close") .bind("mousedown", killEvent)