Removed redundant logging statement.
This commit is contained in:
parent
e0039a95e8
commit
020cbe1172
|
@ -143,7 +143,6 @@ public class JsrEndpointEventDriver extends AbstractJsrEventDriver
|
|||
@Override
|
||||
public void onError(Throwable cause)
|
||||
{
|
||||
LOG.warn(cause);
|
||||
try
|
||||
{
|
||||
endpoint.onError(jsrsession,cause);
|
||||
|
|
Loading…
Reference in New Issue