diff --git a/app/assets/javascripts/pretty-text/engines/markdown-it/category-hashtag.js.es6 b/app/assets/javascripts/pretty-text/engines/markdown-it/category-hashtag.js.es6 index 875135bbaf1..b2c1e8ab44c 100644 --- a/app/assets/javascripts/pretty-text/engines/markdown-it/category-hashtag.js.es6 +++ b/app/assets/javascripts/pretty-text/engines/markdown-it/category-hashtag.js.es6 @@ -60,7 +60,6 @@ function applyHashtag(content, state) { // check boundary if (match.index > 0) { if (!allowedBoundary(content, match.index-1, state.md.utils)) { - console.log("not allowed"); continue; } }