Removed debug output :(
authorAlexander Ebert <ebert@woltlab.com>
Tue, 25 Oct 2016 14:23:55 +0000 (16:23 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 25 Oct 2016 14:23:55 +0000 (16:23 +0200)
wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabClean.js

index 31cdce6da915279d2f0864f6383483abcde49162..5ce312b49e74a6a9681cdba9406cc076f77c7cb3 100644 (file)
@@ -196,7 +196,7 @@ $.Redactor.prototype.WoltLabClean = function() {
                        this.clean.convertTags = (function(html, data) {
                                var div = elCreate('div');
                                div.innerHTML = html;
-                               console.debug(html);
+                               
                                // reset tag storage
                                storage = [];