mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-24 23:20:09 +08:00
Fix unused param
This commit is contained in:
parent
c32e8f9371
commit
d71bac77f9
@ -74,6 +74,7 @@ internal fun BytePacketBuilder.debugColorizedPrintThis(name: String = "", compar
|
||||
@Deprecated("Low efficiency, only for debug purpose", ReplaceWith(" "))
|
||||
internal fun BytePacketBuilder.debugPrintThis(name: String = "") {
|
||||
val data = this.build().readBytes()
|
||||
data.printColorizedHex(name)
|
||||
this.writeFully(data)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user