Removed debug code
authorAlexander Ebert <ebert@woltlab.com>
Fri, 31 Mar 2017 14:11:58 +0000 (16:11 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 31 Mar 2017 14:12:04 +0000 (16:12 +0200)
wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabInlineCode.js

index 59a7e811200a5507a296c40dfc2877669cd8f34d..d92b71a425c26b48344fa04fb06ada78fe4bb8bd 100644 (file)
@@ -56,11 +56,9 @@ $.Redactor.prototype.WoltLabInlineCode = function() {
                                
                                if (nextSibling) {
                                        nextSibling.textContent = '\u200B';
-                                       console.log("this");
                                }
                                else {
                                        node.parentNode.appendChild(document.createTextNode('\u200B'));
-                                       console.log("this");
                                }
                        }
                }