Removed debug code
authorAlexander Ebert <ebert@woltlab.com>
Mon, 18 Dec 2017 10:01:32 +0000 (11:01 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 18 Dec 2017 10:01:32 +0000 (11:01 +0100)
wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabInsert.js

index a3f181599e9196583c67e120c90d013185677a4a..901e906e037c4821f22d8c76cc354375e674dd08 100644 (file)
@@ -71,7 +71,6 @@ $.Redactor.prototype.WoltLabInsert = function() {
                                this.selection.restore();
                                if (elClosest(window.getSelection().anchorNode, '.redactor-layer') !== this.core.editor()[0]) {
                                        this.WoltLabCaret.endOfEditor();
-                                       console.log("fixed selection");
                                }
                                
                                mpText.call(this, text);