jetty-9 remove leftover debug

This commit is contained in:
Greg Wilkins 2012-09-13 20:12:57 +10:00
parent e9d7cc3cab
commit c7c9c35fee
1 changed files with 0 additions and 2 deletions

View File

@ -1208,8 +1208,6 @@ public class HttpParser
/* ------------------------------------------------------------------------------- */
private void setState(State state)
{
if (_state==State.CLOSED && state==State.END)
new Throwable().printStackTrace();
_state=state;
}