|
@@ -130,7 +130,7 @@ public class CenterCommServerReceiver {
|
|
|
short normal = byteBuffer.getShort();
|
|
|
short module = byteBuffer.getShort();
|
|
|
count = byteBuffer.get();
|
|
|
- log.info("INT_OP_VMS_STATE_RES: total({}), error({}), normal({}), module({}), count: {} EA.", total, error, normal, module, count);
|
|
|
+// log.info("INT_OP_VMS_STATE_RES: total({}), error({}), normal({}), module({}), count: {} EA.", total, error, normal, module, count);
|
|
|
// for (int ii = 0; ii < count; ii++) {
|
|
|
// vmsId = new byte[CENTER_COMM_DEFINE.INT_VMS_MAX_ID];
|
|
|
// byteBuffer.get(vmsId);
|