remove accept tip...

Signed-off-by: j502647092 <jtb1@163.com>
master
j502647092 2015-07-30 21:23:08 +08:00
parent 3a6f330500
commit 49198264f3
1 changed files with 0 additions and 2 deletions

View File

@ -39,8 +39,6 @@ public class CTZLoginServerSocket implements Runnable {
// 等待请求,此方法会一直阻塞,直到获得请求才往下走
while (true) {
socket = s.accept();
System.out.println("CTZL服务器收到请求 客户端IP: " + socket.getInetAddress() + " 端口:"
+ socket.getPort());
new ClientThread(socket).start();
}
} catch (Exception e) {