mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-03 12:29:31 +00:00
removed debug
This commit is contained in:
parent
af4c40d793
commit
a95d2c11e2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user