Repository: activemq-artemis
Updated Branches:
  refs/heads/master a5fab2754 -> ed51a6f70


removing accidental system.out


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/ed51a6f7
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/ed51a6f7
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/ed51a6f7

Branch: refs/heads/master
Commit: ed51a6f7060b68c613d92f67bde335027477d341
Parents: a5fab27
Author: Clebert Suconic <[email protected]>
Authored: Mon Oct 12 19:13:47 2015 -0400
Committer: Clebert Suconic <[email protected]>
Committed: Mon Oct 12 19:14:30 2015 -0400

----------------------------------------------------------------------
 .../activemq/artemis/core/protocol/stomp/StompConnection.java      | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/ed51a6f7/artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/StompConnection.java
----------------------------------------------------------------------
diff --git 
a/artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/StompConnection.java
 
b/artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/StompConnection.java
index fb2d56c..61d565a 100644
--- 
a/artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/StompConnection.java
+++ 
b/artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/StompConnection.java
@@ -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()) {

Reply via email to