2016-06-07 15:20 GMT+02:00 <ma...@apache.org>:

> Author: markt
> Date: Tue Jun  7 13:20:12 2016
> New Revision: 1747225
>
> URL: http://svn.apache.org/viewvc?rev=1747225&view=rev
> Log:
> Remove debug statements
>
> @@ -636,7 +632,6 @@ public class Http11InputBuffer implement
>          if (swallowInput && (lastActiveFilter != -1)) {
>              int extraBytes = (int) activeFilters[lastActiveFilter].end();
>              pos = pos - extraBytes;
> -            System.out.println("Http11InputBuffer.endRequest(): pos [" +
> pos + "], lastValid [" + lastValid + "]");
>              (new Exception()).printStackTrace();
>

You missed this one.

Rémy

Reply via email to