mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
fix: remove debug log
This commit is contained in:
parent
4016c05882
commit
02f83a3c48
@ -355,7 +355,6 @@ internal object NtV2RichMediaSvc: QQInterfaces() {
|
||||
if (fromServiceMsg == null || fromServiceMsg.wupBuffer == null) {
|
||||
return Result.failure(Exception("unable to get multimedia pic info: ${fromServiceMsg?.wupBuffer}"))
|
||||
}
|
||||
LogCenter.log(fromServiceMsg.wupBuffer.toHexString())
|
||||
fromServiceMsg.wupBuffer.decodeProtobuf<TrpcOidb>().buffer.decodeProtobuf<NtV2RichMediaRsp>().download?.rkeyParam?.let {
|
||||
return Result.success(it)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user