Remove test code

This commit is contained in:
Him188 2020-09-16 09:21:17 +08:00
parent cf03b561df
commit b76c23e647

View File

@ -331,7 +331,7 @@ internal val MIRAI_CUSTOM_ELEM_TYPE = "mirai".hashCode() // 103904510
@Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
internal fun List<ImMsgBody.Elem>.joinToMessageChain(groupIdOrZero: Long, bot: Bot, list: MessageChainBuilder) {
(this._miraiContentToString().soutv())
// (this._miraiContentToString().soutv())
this.forEach { element ->
when {
element.srcMsg != null -> {