From: Alexander Ebert Date: Wed, 1 Jul 2015 13:28:19 +0000 (+0200) Subject: Removed debug code X-Git-Tag: 2.1.6~25 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3b731307a82c3266f803f718e016306848272b58;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 2449b85dd1..8fb011b5dc 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js +++ b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js @@ -1253,7 +1253,6 @@ RedactorPlugins.wbbcode = function() { var self = this; var $transformQuote = function(quote) { - console.debug(quote); return quote.replace(/\[quote(=(['"]).+?\2)?\]([\S\s]*)\[\/quote\]/gi, function(match, attributes, quotationMark, innerContent) { var $author = ''; var $link = '';