From 55cc11f9b7a9851dd8bdcc956aba223996c500ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awek=20Ehlert?= Date: Mon, 27 Aug 2012 10:05:43 +0200 Subject: [PATCH] forgot to remove log Signed-off-by: Igor Vaynberg --- select2.js | 1 - 1 file changed, 1 deletion(-) 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)