From d4f78897fa00c1bd808a13bc2745e218b1a5331d Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 1 Nov 2014 15:41:09 +0100 Subject: [PATCH] Removed debug code --- .../install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js | 1 - 1 file changed, 1 deletion(-) diff --git a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js index f1b47f813d..f1a76382cf 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js +++ b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js @@ -272,7 +272,6 @@ RedactorPlugins.wmonkeypatch = function() { */ insert: function() { var $focusEditor = (function() { - console.debug("focusEditor()"); var $html = this.$editor.html(); if (this.utils.isEmpty($html)) { this.$editor.focus(); -- 2.20.1