Removed debug code
authorAlexander Ebert <ebert@woltlab.com>
Mon, 27 Oct 2014 01:48:23 +0000 (02:48 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 27 Oct 2014 01:48:23 +0000 (02:48 +0100)
wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js

index 2991899fa4c7f3d9f667a8d493479593ec45ad35..97c4017f70dec042829e6b1cfac34c76359bf556 100644 (file)
@@ -712,7 +712,7 @@ RedactorPlugins.wbbcode = function() {
                                                
                                                // rebuild the array
                                                $parts = $previous.concat($part, $parts.slice($i + 1));
-                                               console.debug($parts);
+                                               
                                                break;
                                        }
                                }
@@ -854,7 +854,7 @@ RedactorPlugins.wbbcode = function() {
                                        data = data.replace($regex, $transformQuote($cachedQuote.content));
                                }
                        }
-                       console.debug(data);
+                       
                        WCF.System.Event.fireEvent('com.woltlab.wcf.redactor', 'afterConvertToHtml', { data: data });
                        
                        return data;