fix: 注释日志打印

This commit is contained in:
fengyarnom 2025-06-11 17:19:11 +08:00
parent 0b9bda229f
commit 7d6d9b29b2

View File

@ -179,7 +179,7 @@ public class D331RtcmMessageExecutor implements Executor<D331RtcmMessage, Void>
// 写入RTCM 1005消息
byte[] rtcm1005Bytes = ByteUtil.hexStringTobyte(rtcm1005);
newBuf.writeBytes(rtcm1005Bytes);
logger.info("Generated RTCM 1005 message for base station {}: {}", deviceBs.getDeviceId(), rtcm1005);
// logger.info("Generated RTCM 1005 message for base station {}: {}", deviceBs.getDeviceId(), rtcm1005);
} else {
//logger.warn("Failed to generate RTCM 1005 message for base station: {}", deviceBs.getDeviceId());
}