Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
fix: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
ikechan8370 authored Jul 7, 2024
1 parent 4016c05 commit 02f83a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xposed/src/main/java/qq/service/bdh/NtV2RichMediaSvc.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down Expand Up @@ -505,4 +504,4 @@ internal object NtV2RichMediaSvc: QQInterfaces() {
)
}
}
}
}

0 comments on commit 02f83a3

Please sign in to comment.