Commit da610ee8 authored by Him188's avatar Him188

Remove debugging log

parent b18cb2d3
...@@ -42,7 +42,6 @@ import net.mamoe.mirai.qqandroid.network.protocol.packet.chat.GroupInfoImpl ...@@ -42,7 +42,6 @@ import net.mamoe.mirai.qqandroid.network.protocol.packet.chat.GroupInfoImpl
import net.mamoe.mirai.qqandroid.network.protocol.packet.list.FriendList import net.mamoe.mirai.qqandroid.network.protocol.packet.list.FriendList
import net.mamoe.mirai.utils.MiraiExperimentalAPI import net.mamoe.mirai.utils.MiraiExperimentalAPI
import net.mamoe.mirai.utils.MiraiInternalAPI import net.mamoe.mirai.utils.MiraiInternalAPI
import net.mamoe.mirai.utils._miraiContentToString
import net.mamoe.mirai.utils.currentTimeSeconds import net.mamoe.mirai.utils.currentTimeSeconds
import kotlin.math.absoluteValue import kotlin.math.absoluteValue
import kotlin.random.Random import kotlin.random.Random
...@@ -208,7 +207,6 @@ internal class MessageSvc { ...@@ -208,7 +207,6 @@ internal class MessageSvc {
} }
} }
166 -> { 166 -> {
println(msg._miraiContentToString())
return@mapNotNull when { return@mapNotNull when {
msg.msgHead.fromUin == bot.uin -> null msg.msgHead.fromUin == bot.uin -> null
!bot.firstLoginSucceed -> null !bot.firstLoginSucceed -> null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment