删除无用代码

This commit is contained in:
mxd 2020-03-08 13:51:30 +08:00
parent 1cc3dccc80
commit ff6fd74791
2 changed files with 0 additions and 3 deletions

View File

@ -40,8 +40,6 @@ public class SpiderWebSocketContext extends SpiderContext {
synchronized (session){
session.getBasicRemote().sendText(message);
}
}else{
System.out.println("close:" + session.getId() + ":"+message);
}
} catch (Throwable ignored) {
}

View File

@ -50,7 +50,6 @@ public class WebSocketEditorServer {
@OnClose
public void onClose(Session session) {
System.out.println("close");
context.setRunning(false);
}