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);
|
stompListener.requestAccepted(request);
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.println("Frame::" + request);
|
|
||||||
|
|
||||||
String cmd = request.getCommand();
|
String cmd = request.getCommand();
|
||||||
try {
|
try {
|
||||||
if (isDestroyed()) {
|
if (isDestroyed()) {
|
||||||
|
|
Loading…
Reference in New Issue