Issue #1732 Stop accepting new connections

removed debug
This commit is contained in:
Greg Wilkins 2017-08-15 10:07:55 +10:00
parent 64d5131a2a
commit a58447aea1
1 changed files with 0 additions and 1 deletions

View File

@ -377,7 +377,6 @@ public class ServerConnector extends AbstractNetworkConnector
if (serverChannel != null && serverChannel.isOpen())
{
SocketChannel channel = serverChannel.accept();
System.err.println("Accepted "+channel);
accepted(channel);
}
}