we don't want that console.log
This commit is contained in:
parent
fcfc895167
commit
9fb180f839
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue