Removed printStackTrace() call.

This commit is contained in:
Simone Bordet 2015-01-05 13:31:48 +01:00
parent 5a63d765f7
commit 19570a7530
1 changed files with 0 additions and 1 deletions

View File

@ -1226,7 +1226,6 @@ public class HttpParser
}
catch(NumberFormatException|IllegalStateException e)
{
e.printStackTrace();
BufferUtil.clear(buffer);
LOG.warn("parse exception: {} in {} for {}",e.toString(),_state,_handler);
if (DEBUG)