mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
we don't want that console.log
This commit is contained in:
parent
fcfc895167
commit
9fb180f839
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ function applyHashtag(content, state) {
|
||||||
// check boundary
|
// check boundary
|
||||||
if (match.index > 0) {
|
if (match.index > 0) {
|
||||||
if (!allowedBoundary(content, match.index-1, state.md.utils)) {
|
if (!allowedBoundary(content, match.index-1, state.md.utils)) {
|
||||||
console.log("not allowed");
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue