소스 검색

remove some log

allen 1 개월 전
부모
커밋
02747e755d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      uavps-framework/src/main/java/com/uavps/framework/udp/UdpServerService.java

+ 0 - 1
uavps-framework/src/main/java/com/uavps/framework/udp/UdpServerService.java

@@ -77,7 +77,6 @@ public class UdpServerService {
                     continue;
                 }
                 TaskInfo.INSTANCE.getLogQueue().add(new TaskInfo.LogEntry(jsonResult, lastTime));
-                log.info("飞机日志,时间:{}",lastTime);
                 TaskInfo.INSTANCE.setLastTime(epochMilli);
                 session.getBasicRemote().sendText(jsonResult);
             }