From 9fb180f8399128019e4232649a27f5991c655844 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 7 Jul 2017 16:38:43 -0400 Subject: [PATCH] we don't want that console.log --- .../pretty-text/engines/markdown-it/category-hashtag.js.es6 | 1 - 1 file changed, 1 deletion(-) 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; } }