删除测试日志
parent
ff3c81bfbe
commit
06154fcb5c
|
@ -190,7 +190,6 @@ public class MessageUtil {
|
||||||
byte[] byteBuf = wrappedBuffer(session.getUid(), session.getToken(), indicationIndex,result, msgId, generatedMessage);
|
byte[] byteBuf = wrappedBuffer(session.getUid(), session.getToken(), indicationIndex,result, msgId, generatedMessage);
|
||||||
session.write(byteBuf,flush);
|
session.write(byteBuf,flush);
|
||||||
session.putBackIndicationToMap(indicationIndex,byteBuf);
|
session.putBackIndicationToMap(indicationIndex,byteBuf);
|
||||||
LOGGER.info("sendIndicationMessage uid={} indication={}", session.getUid(), JsonFormat.printToString(generatedMessage));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue