From 9c55832582d6c1f315894df1879acad54a8e8320 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 9 Feb 2017 11:14:51 +0100 Subject: [PATCH] Removed debug output --- .../install/files/js/WoltLabSuite/Core/Ui/Redactor/Format.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.20.1