#115 Removed useless console.log
This commit is contained in:
parent
97042aa26a
commit
07a3510b34
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue