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); } }