mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 04:49:12 +00:00
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…
x
Reference in New Issue
Block a user