From aace96c3ff008f938e0874114b0994feceb26f75 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 10 Dec 2019 10:14:12 +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 8695fb8458..0296412df2 100644 --- a/Plugins/CharCounter/CharCounter.plugin.js +++ b/Plugins/CharCounter/CharCounter.plugin.js @@ -130,7 +130,6 @@ class CharCounter { processChannelTextArea (e) { if (e.instance.props.type && this.maxLenghts[e.instance.props.type]) { this.injectCounter(e.returnvalue, e.returnvalue.props.children, e.instance.props.type, BDFDB.dotCN.textarea, true); - console.log(e.returnvalue); } }