removing accidental system.out

This commit is contained in:
Clebert Suconic 2015-10-12 19:13:47 -04:00
parent a5fab2754d
commit ed51a6f706
1 changed files with 0 additions and 2 deletions

View File

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