Removed debug code
authorAlexander Ebert <ebert@woltlab.com>
Wed, 1 Jul 2015 13:28:19 +0000 (15:28 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 1 Jul 2015 13:28:19 +0000 (15:28 +0200)
wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js

index 2449b85dd150e109c013ab352d63593387637e86..8fb011b5dc985144469b71e7afb915e64a5f8901 100644 (file)
@@ -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 = '';