Jetty9 - Removed System.err.println().
This commit is contained in:
parent
a224a8e962
commit
5e4a2508b1
|
@ -183,7 +183,6 @@ public class HttpOutput extends ServletOutputStream
|
|||
if (_aggregate == null)
|
||||
_aggregate = _channel.getByteBufferPool().acquire(getBufferSize(), false);
|
||||
|
||||
System.err.println(BufferUtil.toDetailString(_aggregate));
|
||||
BufferUtil.append(_aggregate, (byte)b);
|
||||
_written++;
|
||||
|
||||
|
|
Loading…
Reference in New Issue