fix:取消日志打印

This commit is contained in:
liyi 2025-02-06 10:03:18 +08:00
parent bc2850c65e
commit 9ca1119974

View File

@ -35,7 +35,6 @@ abstract class SenderProtocol extends IOData {
void printLog(List<int> data) {
AppLog.log(
"App -> 锁,指令类型:${commandType!.typeName} ${commandType!.typeValue == 0x3030 ? '子命令:${data[3]}' : ''} \n参数是:\n${toString()} \n加密之前数据是:\n$data 长度是:${data.length}");
AppLog.log("子命令数据是:${data.sublist(66, 79)}");
}
//