From: Alexander Ebert Date: Mon, 13 Feb 2017 12:55:50 +0000 (+0100) Subject: Removed debug code X-Git-Tag: 3.0.2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3bf6042e58fc876cf3f9f54f099bb0b90868eaeb;p=GitHub%2FWoltLab%2FWCF.git Removed debug code --- diff --git a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabEvent.js b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabEvent.js index 601722dce3..81ae542f97 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabEvent.js +++ b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabEvent.js @@ -46,7 +46,6 @@ $.Redactor.prototype.WoltLabEvent = function() { || (mutation.attributeName === 'class' && mutation.target === this.core.editor()[0]) ) { - console.log(mutation, mutation.addedNodes.length); stop = true; }