#115 Removed useless console.log
This commit is contained in:
parent
97042aa26a
commit
07a3510b34
|
@ -41,7 +41,6 @@ function addCharCounter(textarea) {
|
||||||
updateCharCounter(textarea, charCounterSpan);
|
updateCharCounter(textarea, charCounterSpan);
|
||||||
|
|
||||||
textarea.addEventListener('keyup', () => {
|
textarea.addEventListener('keyup', () => {
|
||||||
console.log('TRIGGER')
|
|
||||||
updateCharCounter(textarea, charCounterSpan)
|
updateCharCounter(textarea, charCounterSpan)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue