瀏覽代碼

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