suppress some debug log

This commit is contained in:
tateisu 2021-01-23 20:38:08 +09:00
parent 81ff3a6299
commit 65e7af9f49
1 changed files with 7 additions and 7 deletions

View File

@ -1830,13 +1830,13 @@ object MisskeyMarkdownDecoder {
pos > 0 && mailChars.get(text.codePointBefore(pos)) -> null pos > 0 && mailChars.get(text.codePointBefore(pos)) -> null
else -> { else -> {
log.d( // log.d(
"mention detected: ${matcher.group(1)},${matcher.group(2)},${ // "mention detected: ${matcher.group(1)},${matcher.group(2)},${
matcher.group( // matcher.group(
0 // 0
) // )
}" // }"
) // )
makeDetected( makeDetected(
NodeType.MENTION, NodeType.MENTION,
arrayOf( arrayOf(