mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-13 06:30:13 +08:00
Remove debug clauses
This commit is contained in:
parent
49c80c8eaf
commit
5983ba4b24
@ -60,8 +60,8 @@ object RequestProfileDetailsPacket : SessionPacketFactory<RequestProfileDetailsR
|
||||
val qq = readUInt()
|
||||
discardExact(6)
|
||||
val map = readTLVMap(tagSize = 2, expectingEOF = true)
|
||||
map.printTLVMap("Profile(qq=$qq) raw=")
|
||||
map.mapValues { it.value.encodeToString() }.printTLVMap("Profile(qq=$qq) str=")
|
||||
//map.printTLVMap("Profile(qq=$qq) raw=")
|
||||
//map.mapValues { it.value.encodeToString() }.printTLVMap("Profile(qq=$qq) str=")
|
||||
val profile = Profile(
|
||||
qq = qq,
|
||||
nickname = map[0x4E22u]?.encodeToString() ?: "",//error("Cannot determine nickname")
|
||||
|
Loading…
Reference in New Issue
Block a user