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

Commit

Permalink
Shamrock: remove debug log #242
Browse files Browse the repository at this point in the history
Signed-off-by: 白池 <whitechi73@outlook.com>
  • Loading branch information
whitechi73 committed Feb 18, 2024
1 parent 0ed4480 commit 8f8580d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ internal sealed class MessageElemConverter: IMessageConvert {
}
} else video.fileName.split(".")[0].hex2ByteArray()

LogCenter.log({ "receive video msg: $video" }, Level.DEBUG)
//LogCenter.log({ "receive video msg: $video" }, Level.DEBUG)

return MessageSegment(
type = "video",
Expand Down

0 comments on commit 8f8580d

Please sign in to comment.