From 8c25753b4b3ec4e7ec626fba91d2c20c2d892001 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 26 May 2014 19:22:12 +0200 Subject: [PATCH] Removed debug code --- .../install/files/js/3rdParty/redactor/plugins/wbbcode.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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, ''); -- 2.20.1