Merged branch 'jetty-9.2.x' into 'master'.

This commit is contained in:
Simone Bordet 2015-08-06 17:33:30 +02:00
commit 5324d367c5
1 changed files with 4 additions and 5 deletions

View File

@ -143,7 +143,6 @@ public class JsrEndpointEventDriver extends AbstractJsrEventDriver
@Override @Override
public void onError(Throwable cause) public void onError(Throwable cause)
{ {
LOG.warn(cause);
try try
{ {
endpoint.onError(jsrsession,cause); endpoint.onError(jsrsession,cause);