removing accidental system.out
This commit is contained in:
parent
a5fab2754d
commit
ed51a6f706
|
@ -460,8 +460,6 @@ public final class StompConnection implements RemotingConnection {
|
|||
stompListener.requestAccepted(request);
|
||||
}
|
||||
|
||||
System.out.println("Frame::" + request);
|
||||
|
||||
String cmd = request.getCommand();
|
||||
try {
|
||||
if (isDestroyed()) {
|
||||
|
|
Loading…
Reference in New Issue