From: Alexander Ebert Date: Mon, 26 May 2014 17:22:12 +0000 (+0200) Subject: Removed debug code X-Git-Tag: 2.1.0_Alpha_1~711^2~6 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8c25753b4b3ec4e7ec626fba91d2c20c2d892001;p=GitHub%2FWoltLab%2FWCF.git Removed debug code --- diff --git a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js index f78f2afc4e..bedf4ea58e 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js +++ b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js @@ -137,9 +137,7 @@ RedactorPlugins.wbbcode = { */ _convertFromHtml: function() { var html = this.$source.val(); - console.clear(); - console.debug("_convertFromHtml()"); - console.debug(html); + // drop line break right before/after a
 tag (used by [code]-BBCode)
 		html = html.replace(/
\n
\n/g, '');
 		html = html.replace(/<\/pre>\n
\n/g, '');