patleeman / quill-markdown-shortcuts

Quill.js module that converts markdown to rich text formatting while typing.
https://patleeman.github.io/quill-markdown-shortcuts/
140 stars 49 forks source link

Reserve logging for debug mode #13

Closed vilsbole closed 5 years ago

vilsbole commented 6 years ago

The logs console.log('matched', ...) should be reserved for debug mode and not appear in production

patleeman commented 6 years ago

Thanks for catching that. I will remove it