Removed redundant logging statement.

This commit is contained in:
Simone Bordet 2015-08-06 17:31:23 +02:00
parent e0039a95e8
commit 020cbe1172
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);