Removing JsrBasicRemote.sendText() info message

This commit is contained in:
Joakim Erdfelt 2015-09-09 15:24:15 -07:00
parent 35b7ef8aaa
commit f2cf574035
1 changed files with 0 additions and 1 deletions

View File

@ -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())
{