mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 03:19:13 +00:00
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…
x
Reference in New Issue
Block a user