From: Alexander Ebert Date: Tue, 25 Oct 2016 14:23:55 +0000 (+0200) Subject: Removed debug output :( X-Git-Tag: 3.0.0_Beta_4~15 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4c68678fdbde5918b8411a7858229edf4b59f509;p=GitHub%2FWoltLab%2FWCF.git Removed debug output :( --- diff --git a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabClean.js b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabClean.js index 31cdce6da9..5ce312b49e 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabClean.js +++ b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabClean.js @@ -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 = [];