webscopeio / react-textarea-autocomplete

📝 React component implements configurable GitHub's like textarea autocomplete.
MIT License
451 stars 80 forks source link

Remove the debug (?) console output from production code #202

Closed davidmz closed 4 years ago

davidmz commented 4 years ago

This line: https://github.com/webscopeio/react-textarea-autocomplete/blob/dd32e095dfebf4a589a9d07027d8efe7bf067746/src/Textarea.jsx#L664 prints console message on each component initialization.

jukben commented 4 years ago

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! 🙏