Removed debug code
authorAlexander Ebert <ebert@woltlab.com>
Mon, 13 Feb 2017 12:55:50 +0000 (13:55 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 13 Feb 2017 12:55:50 +0000 (13:55 +0100)
wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabEvent.js

index 601722dce36da1675ef948346d98af6562884251..81ae542f97d92630fdfdd6434241dae94b7c7f0d 100644 (file)
@@ -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;
                                }