Commit 39f0ae7b authored by ryoii's avatar ryoii

Clear useless print

parent 458fe2ee
......@@ -72,7 +72,7 @@ internal class MessageSvc {
}
override suspend fun QQAndroidBot.handle(packet: RequestPushNotify, sequenceId: Int): OutgoingPacket? {
println(packet._miraiContentToString())
network.run {
return PbGetMsg(
client,
......
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