fix: 去除验证日志

This commit is contained in:
yarnom 2025-11-17 19:45:03 +08:00
parent b3e3805b74
commit c25772ae68

View File

@ -269,9 +269,9 @@ public class D331RtcmMessageExecutor implements Executor<D331RtcmMessage, Void>
// ByteUtil.bytesToHexString(buf.array())); // ByteUtil.bytesToHexString(buf.array()));
} }
logger.info("insert1005 hex for base {} to {}: {}", // logger.info("insert1005 hex for base {} to {}: {}",
deviceBs.getDeviceId(), deviceId, // deviceBs.getDeviceId(), deviceId,
ByteUtil.bytesToHexString(buf1005.array())); // ByteUtil.bytesToHexString(buf1005.array()));
return buf1005; return buf1005;
} }