删除无用日志

back_recharge
lvxinran 2021-01-14 19:46:19 +08:00
parent 21faa2b905
commit 63711469b2
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class RetrySendIndicationThread extends Thread{
long create = indicationMsg.getCreate();
int retryTimes = indicationMsg.getRetryTimes()+1;
if(retryTimes>3){
LOGGER.info("uid=>{}重试Indication3次以上未收到不再发送",session.getUid());
// LOGGER.info("uid=>{}重试Indication3次以上未收到不再发送",session.getUid());
continue;
}
if(now-create>retryTimes*3000){