From: Alexander Ebert Date: Thu, 9 Feb 2017 10:14:51 +0000 (+0100) Subject: Removed debug output X-Git-Tag: 3.0.2~12 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9c55832582d6c1f315894df1879acad54a8e8320;p=GitHub%2FWoltLab%2FWCF.git Removed debug output --- diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Format.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Format.js index 77cfa671ab..23332b2ed9 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Format.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Format.js @@ -80,7 +80,7 @@ define(['Dom/Util'], function(DomUtil) { document.execCommand(selectionMarker[1]); } - console.debug(selectionMarker); + var elements = elBySelAll(selectionMarker[0], editorElement), formatElement, selectElements = [], strike; for (var i = 0, length = elements.length; i < length; i++) { strike = elements[i];