Removing JsrBasicRemote.sendText() info message
This commit is contained in:
parent
35b7ef8aaa
commit
f2cf574035
|
@ -100,7 +100,6 @@ public class JsrBasicRemote extends AbstractJsrRemote implements RemoteEndpoint.
|
|||
@Override
|
||||
public void sendText(String text) throws IOException
|
||||
{
|
||||
LOG.info("sendText({})", TextUtil.hint(text));
|
||||
assertMessageNotNull(text);
|
||||
if (LOG.isDebugEnabled())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue