jetty-9 remove leftover debug
This commit is contained in:
parent
e9d7cc3cab
commit
c7c9c35fee
|
@ -1208,8 +1208,6 @@ public class HttpParser
|
|||
/* ------------------------------------------------------------------------------- */
|
||||
private void setState(State state)
|
||||
{
|
||||
if (_state==State.CLOSED && state==State.END)
|
||||
new Throwable().printStackTrace();
|
||||
_state=state;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue