From 75b3d23e0cdcd1a8653ce2385aa6c82d084fe335 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 28 Nov 2014 01:35:21 +0100 Subject: [PATCH] Removed debug code --- wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js | 3 --- 1 file changed, 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 422306dd6d..6a82064c5f 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js +++ b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js @@ -193,9 +193,6 @@ RedactorPlugins.wbbcode = function() { convertFromHtml: function(html) { WCF.System.Event.fireEvent('com.woltlab.wcf.redactor', 'beforeConvertFromHtml', { html: html }); - $('
').text(html).appendTo(document.body);
-			
-			console.debug(html);
 			// remove data-redactor-tag="" attribute
 			html = html.replace(/(<[^>]+?) data-redactor-tag="[^"]+"/g, '$1');
 			
-- 
2.20.1