Browse Source

remove some log

allen 1 tháng trước cách đây
mục cha
commit
02747e755d

+ 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);
             }