webscopeio/react-textarea-autocomplete

Remove the debug (?) console output from production code

davidmz opened this issue · 1 comments

This line:

console.log(this.tokenRegExpEnding);
prints console message on each component initialization.

Great catch, I prepared a PR so get rid of it ASAP. Next time feel free to send PR as well, plain edit from Github would work fine! 🙏