Jetty9 - Removed System.err.println().

This commit is contained in:
Simone Bordet 2012-08-27 17:34:46 +02:00
parent a224a8e962
commit 5e4a2508b1
1 changed files with 0 additions and 1 deletions

View File

@ -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++;