Remove debug code in wbbcode.js
authorTim Düsterhus <timwolla@googlemail.com>
Sun, 26 Oct 2014 20:48:06 +0000 (21:48 +0100)
committerTim Düsterhus <timwolla@googlemail.com>
Sun, 26 Oct 2014 20:48:06 +0000 (21:48 +0100)
wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js

index 6b59ee105411bc56221ee522162697ea9433fce6..b73374d442f56ab7bea2b223d4167032eaa873a4 100644 (file)
@@ -758,7 +758,7 @@ RedactorPlugins.wbbcode = function() {
                                        return quote.replace(/\[quote(=['"].+['"])?\]([\S\s]*)\[\/quote\]/gi, function(match, attributes, innerContent) {
                                                var $author = '';
                                                var $link = '';
-                                               console.debug("hi");
+                                               
                                                if (attributes) {
                                                        attributes = attributes.substr(1);
                                                        attributes = attributes.split(',');