removed debug

This commit is contained in:
Greg Wilkins 2011-11-09 17:41:10 +11:00
parent af4c40d793
commit a95d2c11e2

View File

@ -77,7 +77,6 @@ public class SslConnection extends AbstractConnection implements AsyncConnection
SslBuffers(int packetSize, int appSize)
{
System.err.println("New "+Thread.currentThread());
_in=new IndirectNIOBuffer(packetSize);
_out=new IndirectNIOBuffer(packetSize);
_unwrap=new IndirectNIOBuffer(appSize);