From b304b28029015181509e84cad8ab71f6b5cca4da Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 1 Nov 2022 11:00:33 +0100 Subject: [PATCH] Update CharCounter.plugin.js --- Plugins/CharCounter/CharCounter.plugin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Plugins/CharCounter/CharCounter.plugin.js b/Plugins/CharCounter/CharCounter.plugin.js index d30f9594d1..afff4269b4 100644 --- a/Plugins/CharCounter/CharCounter.plugin.js +++ b/Plugins/CharCounter/CharCounter.plugin.js @@ -177,7 +177,6 @@ module.exports = (_ => { } processNote (e) { - console.log(e); let [children, index] = BDFDB.ReactUtils.findParent(e.returnvalue, {filter: n => n && n.props && n.props.autoCorrect != undefined}); if (index > -1) this.injectCounter(e.returnvalue, children, e.instance.props.className && e.instance.props.className.indexOf(BDFDB.disCN.usernotepopout) > -1 ? "popoutnote" : "profilenote", "textarea"); }